Skip to content

Commit 88f8c2c

Browse files
Bump actions/upload-artifact from 3 to 4 (#197)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 231c745 commit 88f8c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm test
4444

4545
- name: Upload docs
46-
uses: actions/upload-artifact@v3
46+
uses: actions/upload-artifact@v4
4747
if: github.repository == 'mdo/github-buttons' && startsWith(github.ref, 'refs/tags/')
4848
with:
4949
name: docs

0 commit comments

Comments
 (0)