Skip to content

Commit 3e86cdf

Browse files
committed
Use new upload-artifact action
1 parent d49be2c commit 3e86cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build snap package
2828
uses: snapcore/action-build@v1
2929
id: build_snap
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
path: ${{ steps.build_snap.outputs.snap }}
3333
- name: Publish snap package to the snapcraft.io store

0 commit comments

Comments
 (0)