Skip to content

Commit

Permalink
Upgrade the version of upload-artifact in all workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Sep 9, 2024
1 parent ee48313 commit 17b55e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: tests-logs
path: artifacts
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
run: ./.github/scripts/collect_logs.sh
- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: tests-logs
path: artifacts
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
run: ./.github/scripts/collect_logs.sh
- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: tests-logs
path: artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registry-rhbq-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: tests-logs
path: artifacts
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
run: ./.github/scripts/collect_logs.sh
- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: tests-logs
path: artifacts
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
run: ./.github/scripts/collect_logs.sh
- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: tests-logs
path: artifacts
Expand Down

0 comments on commit 17b55e2

Please sign in to comment.