Skip to content

Commit d4c5f4b

Browse files
authored
Merge pull request #250 from linked-data-dotnet/dependabot/github_actions/main/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents 154f62a + 6ce710e commit d4c5f4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: download artifact
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: nugets
8484

@@ -99,7 +99,7 @@ jobs:
9999
needs: build
100100

101101
steps:
102-
- uses: actions/download-artifact@v3
102+
- uses: actions/download-artifact@v4
103103
with:
104104
name: nugets
105105

@@ -119,7 +119,7 @@ jobs:
119119
if: startsWith(github.ref, 'refs/tags/')
120120

121121
steps:
122-
- uses: actions/download-artifact@v3
122+
- uses: actions/download-artifact@v4
123123
with:
124124
name: nugets
125125

0 commit comments

Comments
 (0)