Skip to content

Commit 28e2615

Browse files
authored
Merge pull request #185 from agocke/update-artifact-action
Update artifact actions to v4
2 parents a0255f2 + 137e72c commit 28e2615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: matrix.os != 'windows-latest'
6363
run: ./publish.sh -r ${{ matrix.rid }}
6464
- name: Upload a Build Artifact
65-
uses: actions/upload-artifact@v3.1.0
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: dnvm-${{ matrix.rid }}.${{ matrix.zipSuffix }}
6868
# A file, directory or wildcard pattern that describes what to upload
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: Download release artifacts
76-
uses: actions/download-artifact@v3
76+
uses: actions/download-artifact@v4
7777
- name: Display structure of downloaded files
7878
run: ls -R
7979
- name: Make Release

0 commit comments

Comments
 (0)