Skip to content

Commit 3e5dd7d

Browse files
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#81)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- 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 7c0974d commit 3e5dd7d

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.1
28+
uses: actions/upload-artifact@v4.6.2
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.1
36+
uses: actions/upload-artifact@v4.6.2
3737
with:
3838
name: pr
3939
path: ./pr.txt

0 commit comments

Comments
 (0)