Skip to content

Commit 54bd3bf

Browse files
authored
Update artifact actions from v3 to v4
1 parent 21e364e commit 54bd3bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252

5353
# Download signing configuration and artifacts
5454
- name: Download signing config
55-
uses: actions/download-artifact@v3
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: config
5858
path: config
5959

6060
- name: Download build artifacts
61-
uses: actions/download-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: BuildArtifacts
6464
path: BuildArtifacts

0 commit comments

Comments
 (0)