We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3bf4c commit 1cbd833Copy full SHA for 1cbd833
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: ./Push.ps1
34
shell: pwsh
35
- name: Artifacts
36
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
37
with:
38
name: artifacts
39
path: artifacts/**/*
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
46
0 commit comments