Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: bump actions/upload-artifact from 4.3.0 to 4.3.1 #292

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/meson_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Integration tests
run: meson test -v --suite=igr_tests -C dirbuild
- name: Upload igr-tests output file(s) on failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Integration tests
run: meson test -v --suite=igr_tests -C dirbuild
- name: Upload igr-tests output file(s) on failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
echo "$(tput bold) ----Integration tests---- :$(tput sgr0) meson test -v --suite=igr_tests -C dirbuild"
meson test -v --suite=igr_tests -C dirbuild
- name: Upload igr-tests output file(s) on failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: igr-tests_output
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/regular_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Integration tests
run: make check-igr DEBUG=1
- name: Upload igr-tests output file(s) on failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Integration tests
run: make check-igr DEBUG=1
- name: Upload igr-tests output file(s) on failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
echo "$(tput bold) ----Integration tests---- :$(tput sgr0) make check-igr DEBUG=1"
make check-igr DEBUG=1
- name: Upload igr-tests output file(s) on failure
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: igr-tests_output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest-amd64-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Run fuzzer
run: src/tests/cptests/fuzz -max_total_time=21000
- name: Upload crash file(s)
uses: actions/[email protected].0
uses: actions/[email protected].1
if: failure()
with:
name: Dinit-fuzzer_crash
Expand Down