Skip to content

Commit da62416

Browse files
authored
Merge pull request #425 from Yoast/dependabot/github_actions/actions/upload-artifact-6
GH Actions: Bump actions/upload-artifact from 4 to 6
2 parents c6e4fca + 0062224 commit da62416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Retention is normally 90 days, but this artifact is only for review
121121
# and use in the next step, so no need to keep it for more than a day.
122122
- name: Upload the artifact folder
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v6
124124
if: ${{ success() }}
125125
with:
126126
name: deploy-artifact

0 commit comments

Comments
 (0)