Skip to content

Commit

Permalink
Upgrade actions/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
trevilo committed Sep 4, 2024
1 parent 6681c2f commit 9bb74b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
with:
access_token: ${{ github.token }}
- name: Access tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tarball-${{ github.event.pull_request.head.sha }}
- name: Expand
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
with:
access_token: ${{ github.token }}
- name: Access tarball
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: tarball-${{ github.event.pull_request.head.sha }}
- name: Expand
Expand Down

0 comments on commit 9bb74b5

Please sign in to comment.