Skip to content

Commit 0e3a04c

Browse files
Merge pull request #1448 from pyrra-dev/dependabot/github_actions/actions/upload-artifact-4.6.2
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents 3e09bf1 + f4031f4 commit 0e3a04c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
args: build --rm-dist --skip-validate --snapshot --debug
4545

4646
- name: Archive generated artifacts
47-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
4848
with:
4949
name: pyrra-dist-binaries
5050
if-no-files-found: error

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Archive generated artifacts
51-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1
51+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5252
with:
5353
name: pyrra-dist-binaries
5454
if-no-files-found: error

0 commit comments

Comments
 (0)