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 ed8f97a commit b7fb195Copy full SHA for b7fb195
.github/workflows/ci.yaml
@@ -84,7 +84,7 @@ jobs:
84
ls -lh artifacts
85
86
- name: upload artifacts
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
89
with:
90
name: ${{ matrix.platform }}-v${{ needs.version.outputs.version }}
0 commit comments