Skip to content

Commit

Permalink
updated version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInDark authored Oct 19, 2024
1 parent 6c17984 commit c5d57c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: sudo apt-get install -y libfido2-dev
- name: Build
run: go build -o goldwarden -v .
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: goldwarden
path: ./goldwarden
Expand Down

0 comments on commit c5d57c9

Please sign in to comment.