Skip to content

Commit 30f7d31

Browse files
Merge pull request #83 from KirillOsenkov/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2 parents 72bdd09 + 9a2b6b1 commit 30f7d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/roslynquoter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
needs: build
3737
steps:
3838
- name: Download artifact from build job
39-
uses: actions/download-artifact@v2
39+
uses: actions/download-artifact@v4.1.7
4040
with:
4141
name: webapp
4242
path: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)