Skip to content

Commit

Permalink
Upgrade actions/download-artifact (#296)
Browse files Browse the repository at this point in the history
* Upgrade actions/download-artifact and actions/upload-artifact for compatibility.

Addresses https://github.com/pecos/tps/security/dependabot/1
  • Loading branch information
trevilo authored Sep 4, 2024
1 parent 12ec613 commit f0c8a67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Dist
run: make dist
- name: Archive tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: tarball-${{ github.event.pull_request.head.sha }}
path: tps-*.tar.gz
Expand All @@ -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 f0c8a67

Please sign in to comment.