We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1f4ff commit cea642dCopy full SHA for cea642d
1 file changed
.github/workflows/release.yml
@@ -51,7 +51,7 @@ jobs:
51
shell: bash
52
53
- name: Archive build artifacts
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
with:
56
name: ${{ env.REPO }}-${{ env.RELEASE_VERSION }}-${{ matrix.os_name }}
57
path: release.tar.gz
0 commit comments