Skip to content

Commit

Permalink
[CORE-205] bump upload-artifact version in GHA (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott authored Jan 6, 2025
1 parent 3587b44 commit 0f3d2af
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/full-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Archive WSM and TestRunner logs
id: archive_logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wsm-and-testrunner-logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Archive WSM and TestRunner logs
id: archive_logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wsm-and-testrunner-logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-promotion-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Archive WSM and TestRunner logs
id: archive_logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wsm-and-testrunner-logs
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Archive WSM and TestRunner logs
id: archive_logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wsm-and-testrunner-logs
path: |
Expand Down

0 comments on commit 0f3d2af

Please sign in to comment.