Skip to content

Commit

Permalink
Merge pull request #1894 from nunocoracao/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ev/actions/upload-artifact-4

👷 Bump actions/upload-artifact from 3 to 4
  • Loading branch information
nunocoracao authored Jan 1, 2025
2 parents 77c6dad + 12e7042 commit 199d9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-config-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: zip -r config-default.zip config/_default
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: config-default
path: config-default.zip
Expand Down

0 comments on commit 199d9f4

Please sign in to comment.