Skip to content

Commit

Permalink
CI: bump actions/upload-artifact from 3.1.2 to 3.1.3 (#236)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.2...v3.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewed-by: Mobin "Hojjat" Aydinfar <mobin@mobintestserver.ir>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 4572c28 commit 698fb7c
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 @@ -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/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.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@v3.1.2
uses: actions/upload-artifact@v3.1.3
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/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.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 DEBUG=1
- name: Upload igr-tests output file(s) on failure
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
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/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.3
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/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3.1.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@v3.1.2
uses: actions/upload-artifact@v3.1.3
if: failure()
with:
name: Dinit-fuzzer_crash
Expand Down

0 comments on commit 698fb7c

Please sign in to comment.