We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3d77e9 + 5f71be2 commit 8ab2fd5Copy full SHA for 8ab2fd5
1 file changed
.github/workflows/deploy-storybooks.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Upload storybooks artifact
83
if: github.event_name == 'push' || steps.check-affected.outputs.has_storybooks == 'true'
84
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
85
with:
86
name: storybooks-${{ github.event_name == 'pull_request' && github.event.pull_request.number || 'main' }}
87
path: deploy/
0 commit comments