Skip to content

Commit 3bde546

Browse files
Bump actions/upload-artifact from 5 to 6 in the docs-actions group
Bumps the docs-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 dependency-group: docs-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a874f2 commit 3bde546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
CUSTOM_SITE_ENV: "https://${{ env.short_commit_hash }}.loot-table-modifier.docs.offsetmonkey538.top/"
3737

3838
- name: Upload docs for commit to actions
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: Commit
4242
path: dist/
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload docs for latest to actions
6969
if: ${{ github.ref_name == 'docs/master' }}
70-
uses: actions/upload-artifact@v5
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: Latest
7373
path: dist/

0 commit comments

Comments
 (0)