Skip to content

Commit df7a463

Browse files
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 (#73)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07ce8f7 commit df7a463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
- name: Build storybook
2626
run: npm run build-storybook
2727
- name: Upload artifact
28-
uses: actions/upload-artifact@v4.6.0
28+
uses: actions/upload-artifact@v4.6.1
2929
with:
3030
name: preview
3131
path: storybook-static
3232
retention-days: 1
3333
- name: Save pr number
3434
run: echo ${PR_NUMBER} > ./pr.txt
3535
- name: Upload pr number
36-
uses: actions/upload-artifact@v4.6.0
36+
uses: actions/upload-artifact@v4.6.1
3737
with:
3838
name: pr
3939
path: ./pr.txt

0 commit comments

Comments
 (0)