Skip to content

Commit

Permalink
Merge pull request #218 from rsadsb/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3.1.3

Bump actions/upload-artifact from 2.3.1 to 3.1.3
  • Loading branch information
wcampbell0x2a authored Oct 30, 2023
2 parents f023f0c + 517b357 commit 01e8d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tar -czvf ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz \
-C target/${{ matrix.targets }}/release/ ${{ matrix.bins }}
- uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
path: ${{ matrix.bins }}-${{ matrix.targets }}.tar.gz
Expand Down

0 comments on commit 01e8d93

Please sign in to comment.