Skip to content

Commit a222b2c

Browse files
committed
GitHubCI: update upload-artifact from v3 to v4
Otherwise it fails with: ``` 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/ ```
1 parent f2f3c16 commit a222b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ jobs:
693693
- name: Test snap
694694
run: gwallet --version
695695

696-
- uses: actions/upload-artifact@v3
696+
- uses: actions/upload-artifact@v4
697697
name: Upload snap package as artifact
698698
with:
699699
name: snap

0 commit comments

Comments
 (0)