Skip to content

Commit 2aec8c1

Browse files
Bump actions/upload-artifact from 4.4.0 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.0...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 490608e commit 2aec8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
git config user.name 'github-actions[bot]'
4141
git config user.email 'github-actions[bot]@users.noreply.github.com'
4242
ghp-import site --push
43-
- uses: actions/upload-artifact@v4.4.0
43+
- uses: actions/upload-artifact@v4.4.3
4444
with:
4545
path: './site'

0 commit comments

Comments
 (0)