Skip to content

Commit b1d2479

Browse files
chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#11929)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6528c1 commit b1d2479

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-hash-router.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# BASE_URL: '/docusaurus/' # hash router +
4545

4646
- name: Upload Website artifact
47-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848
with:
4949
name: website-hash-router-archive
5050
path: website/build

.github/workflows/tests-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
DOCUSAURUS_PERF_LOGGER: 'true'
112112
working-directory: test-website-in-workspace
113113
- name: Upload Website artifact
114-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
114+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
115115
with:
116116
name: website-e2e-windows
117117
path: test-website-in-workspace/build

0 commit comments

Comments
 (0)