Skip to content

Commit a1ec94d

Browse files
ci(deps): bump actions/upload-artifact from 4 to 6
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] <[email protected]>
1 parent 0f665b1 commit a1ec94d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
echo "✅ All critical assets verified successfully"
119119
120120
- name: Upload build artifacts
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@v6
122122
with:
123123
name: site-build
124124
path: _site/

.github/workflows/manual-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
JEKYLL_ENV: production
5959

6060
- name: Upload artifacts
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: site-${{ inputs.environment }}-${{ github.sha }}
6464
path: _site/

.github/workflows/test-multilingual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
./test-multilingual.sh
5252
5353
- name: Upload build artifacts on failure
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
if: failure()
5656
with:
5757
name: build-artifacts

0 commit comments

Comments
 (0)