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 7431a8b commit fd42477Copy full SHA for fd42477
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
run: dotnet publish --configuration Release --output publish_output
35
36
- name: Upload artifact
37
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
38
with:
39
name: app
40
path: publish_output
@@ -47,7 +47,7 @@ jobs:
47
48
steps:
49
- name: Download artifact
50
- uses: actions/download-artifact@v3
51
52
53
0 commit comments