Skip to content

Commit 8ab2fd5

Browse files
Merge pull request #20116 from mozilla/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents d3d77e9 + 5f71be2 commit 8ab2fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-storybooks.yml

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

8282
- name: Upload storybooks artifact
8383
if: github.event_name == 'push' || steps.check-affected.outputs.has_storybooks == 'true'
84-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
84+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
8585
with:
8686
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
8787
path: deploy/

0 commit comments

Comments
 (0)