Skip to content

Commit 2c99008

Browse files
renovate[bot]RehanSaeed
authored andcommitted
Update actions/download-artifact action to v3.0.2
1 parent 7bfb28e commit 2c99008

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
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: "Download Artefact"
72-
uses: actions/[email protected].1
72+
uses: actions/[email protected].2
7373
with:
7474
path: "./Artefacts"
7575
- name: "Publish Test Summary"
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: windows-latest
9090
steps:
9191
- name: "Download Artefact"
92-
uses: actions/[email protected].1
92+
uses: actions/[email protected].2
9393
with:
9494
name: "windows-latest"
9595
- name: "Dotnet NuGet Add Source"
@@ -109,7 +109,7 @@ jobs:
109109
runs-on: windows-latest
110110
steps:
111111
- name: "Download Artefact"
112-
uses: actions/[email protected].1
112+
uses: actions/[email protected].2
113113
with:
114114
name: "windows-latest"
115115
- name: "Dotnet NuGet Push"

0 commit comments

Comments
 (0)