Skip to content

Commit 9902c14

Browse files
authored
Merge pull request #67 from fossa-app/dependabot/github_actions/actions/download-artifact-4.1.3
Bump actions/download-artifact from 4.1.2 to 4.1.3
2 parents 87d3d35 + 73fe18b commit 9902c14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: windows-latest
6363
steps:
6464
- name: "Download Artefact"
65-
uses: actions/[email protected].2
65+
uses: actions/[email protected].3
6666
with:
6767
name: "windows-latest"
6868
- name: "Dotnet NuGet Add Source"
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: windows-latest
8383
steps:
8484
- name: "Download Artefact"
85-
uses: actions/[email protected].2
85+
uses: actions/[email protected].3
8686
with:
8787
name: "windows-latest"
8888
- name: "Dotnet NuGet Push"

0 commit comments

Comments
 (0)