We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0255f2 + 137e72c commit 28e2615Copy full SHA for 28e2615
.github/workflows/publish.yml
@@ -62,7 +62,7 @@ jobs:
62
if: matrix.os != 'windows-latest'
63
run: ./publish.sh -r ${{ matrix.rid }}
64
- name: Upload a Build Artifact
65
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v4
66
with:
67
name: dnvm-${{ matrix.rid }}.${{ matrix.zipSuffix }}
68
# A file, directory or wildcard pattern that describes what to upload
@@ -73,7 +73,7 @@ jobs:
73
runs-on: ubuntu-latest
74
steps:
75
- name: Download release artifacts
76
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
77
- name: Display structure of downloaded files
78
run: ls -R
79
- name: Make Release
0 commit comments