Skip to content

Commit

Permalink
problem: uses a deprecated version of actions/upload-artifact: v2
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed Dec 9, 2024
1 parent 3b9f750 commit 8615957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
run: echo "https://artifacts.emerald.cash/builds/emerald-wallet/v${{ steps.package-data-non-windows.outputs.version }}/EmeraldWallet-linux-amd64-${{ steps.package-data-non-windows.outputs.version }}-${{ steps.commit-data-non-windows.outputs.commit-date }}-${{ steps.commit-data-non-windows.outputs.short-sha }}.deb"

- name: Archive production artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dist
path: |
Expand Down

0 comments on commit 8615957

Please sign in to comment.