Skip to content

Commit 674ce34

Browse files
committed
ci: use v4 of upload-artifact and download-artifact
1 parent dadd054 commit 674ce34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
dotnet paket pack --symbols --version $VERSION nupkg
6767
- name: Upload Artifact
6868
if: matrix.os == 'ubuntu-latest'
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: nupkg
7272
path: nupkg
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Download Artifact
79-
uses: actions/download-artifact@v1
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: nupkg
8282
- name: Push to GitHub Feed
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
dotnet-version: 6.0.100
9898
- name: Download Artifact
99-
uses: actions/download-artifact@v1
99+
uses: actions/download-artifact@v4
100100
with:
101101
name: nupkg
102102
- name: Push to GitHub Feed

0 commit comments

Comments
 (0)