Skip to content

Commit 3f56971

Browse files
Bump actions/upload-artifact from 4 to 6 (#633)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 995ebf5 commit 3f56971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_MASTER.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Upload Artifact 📦
115115
if: ${{ steps.gate.outputs.code == 'true' }}
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v6
117117
with:
118118
name: ${{ format('assets-{0}', steps.branch.outputs.branch_name) }}
119119
path: assets

.github/workflows/ci_PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Upload preview artifact
121121
if: ${{ always() && steps.changed.outputs.code == 'true' }}
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v6
123123
with:
124124
name: preview-stats
125125
path: |

0 commit comments

Comments
 (0)