Skip to content

Commit 2e2c71b

Browse files
authored
Merge pull request #72 from Infarh/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3.0.1 to 4.1.7 in /.github/workflows
2 parents 08eb43e + 50ce574 commit 2e2c71b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
dotnet-version: 7.0.x
6565

6666
- name: Get artifact
67-
uses: actions/download-artifact@v3.0.1
67+
uses: actions/download-artifact@v4.1.7
6868
id: download
6969
with:
7070
name: Release
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: 7.0.x
8686

8787
- name: Get artifact
88-
uses: actions/download-artifact@v3.0.1
88+
uses: actions/download-artifact@v4.1.7
8989
id: download
9090
with:
9191
name: Release

0 commit comments

Comments
 (0)