Skip to content

Commit 17b504c

Browse files
authored
Update artifact action versions. (#1240)
Signed-off-by: Phillip Hoff <[email protected]>
1 parent 3cab20a commit 17b504c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sdk_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate Packages
3333
run: dotnet pack --configuration release
3434
- name: Upload packages
35-
uses: actions/upload-artifact@master
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: packages
3838
path: ${{ env.NUPKG_OUTDIR }}
@@ -116,7 +116,7 @@ jobs:
116116
if: startswith(github.ref, 'refs/tags/v') && !(endsWith(github.ref, '-rc') || endsWith(github.ref, '-dev') || endsWith(github.ref, '-prerelease'))
117117
steps:
118118
- name: Download release artifacts
119-
uses: actions/download-artifact@v2
119+
uses: actions/download-artifact@v4
120120
with:
121121
name: packages
122122
path: packages

0 commit comments

Comments
 (0)