Skip to content

Commit b723843

Browse files
dependabot[bot]sigmavirus24
authored andcommitted
Bump actions/upload-artifact from 3.1.2 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2641409 commit b723843

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
TOXENV: docs
4848

4949
- name: Upload documentation
50-
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
50+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5151
with:
5252
name: docs
5353
path: docs/build

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
4646
4747
- name: "Upload dists"
48-
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
48+
uses: "actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02"
4949
with:
5050
name: "dist"
5151
path: "dist/"

0 commit comments

Comments
 (0)