Skip to content

Commit

Permalink
Update artifact GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Jan 31, 2025
1 parent 5098cf4 commit 9f42b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:

- name: Archive artifacts
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-artifacts-matrix-${{ matrix.ci_node_index }}
path: test/tmp/artifacts/
Expand All @@ -213,7 +213,7 @@ jobs:
if: always()
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./artifacts

Expand Down

0 comments on commit 9f42b60

Please sign in to comment.