We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b75e48 commit 97acdd6Copy full SHA for 97acdd6
.github/workflows/main.yml
@@ -147,7 +147,7 @@ jobs:
147
Copy-Item "${env:GITHUB_WORKSPACE}/.craft.shelf" "${env:GITHUB_WORKSPACE}/binaries/"
148
149
- name: Upload artifacts
150
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
151
with:
152
name: ${{ matrix.name }}
153
path: ${{ github.workspace }}/binaries/*
0 commit comments