Skip to content

Commit fdeb27f

Browse files
renovate-botRehanSaeed
authored andcommitted
Update actions/download-artifact action to v3
1 parent 68db8b4 commit fdeb27f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: windows-latest
7272
steps:
7373
- name: "Download Artefact"
74-
uses: actions/download-artifact@v2.1.0
74+
uses: actions/download-artifact@v3.0.0
7575
with:
7676
name: "windows-latest"
7777
- name: "Dotnet NuGet Add Source"
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: windows-latest
9292
steps:
9393
- name: "Download Artefact"
94-
uses: actions/download-artifact@v2.1.0
94+
uses: actions/download-artifact@v3.0.0
9595
with:
9696
name: "windows-latest"
9797
- name: "Dotnet NuGet Push"

0 commit comments

Comments
 (0)