Skip to content

Commit

Permalink
ci: Upgrade upload-artifact GitHub action from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bostjan committed Jul 27, 2023
1 parent e460f56 commit 8493ca6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-arch-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- run: make -j4
- run: make -j4 check

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: tests-directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-config-matrix-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- run: make -j4
- run: make -j4 check

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: tests-directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-config-matrix-small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- run: make -j4
- run: make -j4 check

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: tests-directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-os-matrix-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- run: make -j4
- run: make -j4 check

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: tests-directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-os-matrix-small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- run: make -j4
- run: make -j4 check

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: tests-directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-qa-out-of-tree-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- run: cd tmp/build1 && make -j4
- run: cd tmp/build1 && make -j4 check

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: tests-directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-qa-os-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

### Report debugging info on failure
#
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: failure()
with:
name: install-snoopy.log
Expand Down

0 comments on commit 8493ca6

Please sign in to comment.