Skip to content

Commit ced6bb0

Browse files
authored
Merge pull request #68 from fossa-app/dependabot/github_actions/actions/download-artifact-4.1.4
Bump actions/download-artifact from 4.1.3 to 4.1.4
2 parents 9902c14 + fdde201 commit ced6bb0

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].3
65+
uses: actions/[email protected].4
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].3
85+
uses: actions/[email protected].4
8686
with:
8787
name: "windows-latest"
8888
- name: "Dotnet NuGet Push"

0 commit comments

Comments
 (0)