Skip to content

Commit

Permalink
Merge pull request #640 from buildpacks/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
AidanDelaney authored Feb 27, 2024
2 parents 15341e9 + b60edde commit 04677b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download public folder
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: public
path: ./public
Expand Down

0 comments on commit 04677b7

Please sign in to comment.