Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.2 to 4.4.3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.4.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.2...v4.4.3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 92cb58e commit d059070
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/meson_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -140,7 +140,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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
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
- name: Upload igr-tests output file(s) on failure
uses: actions/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Integration tests
run: make check-igr
- name: Upload igr-tests output file(s) on failure
uses: actions/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
if: failure()
with:
name: igr-tests_output
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Integration tests
run: make check-igr
- name: Upload igr-tests output file(s) on failure
uses: actions/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
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/upload-artifact@v4.3.2
uses: actions/upload-artifact@v4.4.3
if: failure()
with:
name: Dinit-fuzzer_crash
Expand Down

0 comments on commit d059070

Please sign in to comment.