Skip to content

Commit 08538f1

Browse files
authored
Merge pull request #45 from tiksn/dependabot/github_actions/actions/download-artifact-4.1.6
Bump actions/download-artifact from 4.1.5 to 4.1.6
2 parents fe69cb6 + 6ce317e commit 08538f1

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
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
steps:
6363
- name: "Download Artefact"
64-
uses: actions/[email protected].5
64+
uses: actions/[email protected].6
6565
with:
6666
name: "windows-latest"
6767
path: "Artefacts"
@@ -95,7 +95,7 @@ jobs:
9595
runs-on: windows-latest
9696
steps:
9797
- name: "Download Artefact"
98-
uses: actions/[email protected].5
98+
uses: actions/[email protected].6
9999
with:
100100
name: "windows-latest"
101101
- name: "Dotnet NuGet Add Source"
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: windows-latest
117117
steps:
118118
- name: "Download Artefact"
119-
uses: actions/[email protected].5
119+
uses: actions/[email protected].6
120120
with:
121121
name: "windows-latest"
122122
- name: "Dotnet NuGet Push"

0 commit comments

Comments
 (0)