Skip to content

Commit

Permalink
Upgrade actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 2, 2024
1 parent 9a53b48 commit 8907ab4
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 @@ -127,7 +127,7 @@ jobs:

- name: Upload tests logs artifacts
if: failure()
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4
with:
name: tests-logs
path: artifacts
Expand Down Expand Up @@ -177,7 +177,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
with:
name: tests-logs
path: artifacts
Expand Down Expand Up @@ -215,7 +215,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
with:
name: tests-logs
path: artifacts
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
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
with:
name: tests-logs
path: artifacts
Expand Down Expand Up @@ -385,7 +385,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
with:
name: tests-logs
path: artifacts
Expand Down

0 comments on commit 8907ab4

Please sign in to comment.