Skip to content

Commit 81fca1b

Browse files
authored
Merge pull request #100 from MakerXStudio/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 9a76c9a + 9b5abc4 commit 81fca1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-deploy-azure-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download artifact from build job
44-
uses: actions/download-artifact@v7
44+
uses: actions/download-artifact@v8
4545
with:
4646
name: ${{ inputs.artifact-name }}
4747

0 commit comments

Comments
 (0)