Skip to content

Commit

Permalink
Merge pull request #1 from CloudWithChris/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3.0.0 to 4.1.7 in /.github/workflows
  • Loading branch information
chrisreddington authored Nov 22, 2024
2 parents affdf69 + 4640340 commit 0c7760c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-staticwebapp-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: ${{ inputs.github_environment }}
steps:
- name: 'Download ${{ env.artifact_name }} Artifact'
uses: actions/download-artifact@v3.0.0
uses: actions/download-artifact@v4.1.7
with:
name: ${{ env.artifact_container_name }}
path: ${{ env.artifact_container_name }}
Expand Down

0 comments on commit 0c7760c

Please sign in to comment.