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 4793930 commit 87a25d7Copy full SHA for 87a25d7
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Upload Artifacts
49
if: success() && github.event_name != 'pull_request'
50
- uses: actions/upload-artifact@v1.0.0
+ uses: actions/upload-artifact@v3
51
with:
52
name: artifacts
53
path: '${{github.workspace}}/artifacts'
0 commit comments