Skip to content

Commit

Permalink
github ci: unbreak upload-artifact
Browse files Browse the repository at this point in the history
Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
  • Loading branch information
rfjakob committed Feb 2, 2025
1 parent 5169c47 commit 3ad8759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

# Build & upload static binary
- run: ./build-without-openssl.bash
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: gocryptfs static binary (Go ${{ matrix.go }})
path: gocryptfs
Expand Down

0 comments on commit 3ad8759

Please sign in to comment.