Skip to content

Commit

Permalink
Upgrade actions/upload-artifact to v4: https://github.blog/changelog/…
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Sep 12, 2024
1 parent 7880c81 commit 5b5555e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash
- name: upload log files
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}_integration.log
path: ${{ env.CKB_INTEGRATION_TEST_TMP }}/integration.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
shell: bash
- name: upload log files
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}_integration.log
path: ${{ env.CKB_INTEGRATION_TEST_TMP }}/integration.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
shell: bash
- name: upload log files
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}_integration.log
path: ${{ env.CKB_INTEGRATION_TEST_TMP }}/integration.log
Expand Down

0 comments on commit 5b5555e

Please sign in to comment.