Skip to content

Commit a890a28

Browse files
Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#375)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@1746f4a...6546280) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e12ae7e commit a890a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
TERM: xterm
4242

4343
- name: Publish screenshots
44-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
44+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4545
if: ${{ always() }}
4646
with:
4747
name: screenshots-${{ matrix.os }}
4848
path: ./artifacts/screenshots/*.png
4949
if-no-files-found: ignore
5050

5151
- name: Publish videos
52-
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
52+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
5353
if: ${{ always() }}
5454
with:
5555
name: videos-${{ matrix.os }}

0 commit comments

Comments
 (0)