Skip to content

Commit 76d7471

Browse files
dependabot[bot]FlorianWilhelm
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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>
1 parent 6029a01 commit 76d7471

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-dev-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Create archive
5555
run: git archive -o site.zip gh-pages
5656

57-
- uses: actions/upload-artifact@v5
57+
- uses: actions/upload-artifact@v6
5858
with:
5959
name: docs
6060
path: site.zip

.github/workflows/build-rel-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Create archive
5555
run: git archive -o site.zip gh-pages
5656

57-
- uses: actions/upload-artifact@v5
57+
- uses: actions/upload-artifact@v6
5858
with:
5959
name: docs
6060
path: site.zip

.github/workflows/publish-pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "✅ Version matches tag"
7373
fi
7474
75-
- uses: actions/upload-artifact@v5
75+
- uses: actions/upload-artifact@v6
7676
with:
7777
name: artifacts
7878
path: dist/*

0 commit comments

Comments
 (0)