Skip to content

Commit 8963262

Browse files
chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.2 (#8307)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@65c4c4a...ea165f8) --- 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 198fbfc commit 8963262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_for_deleted_assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo ${{ env.PR_NUMBER }} >> $artifactName
3333
echo ${{ steps.set-deleted-files-count.outputs.result }} >> $artifactName
3434
- name: Upload the deleted assets file to artifacts
35-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
35+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3636
with:
3737
name: ${{ env.ARTIFACT_NAME }}
3838
path: '${{ env.ARTIFACT_NAME }}.txt'

.github/workflows/check_for_redirects.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo ${{ env.PR_NUMBER }} >> $artifactName
3333
echo ${{ steps.set-deleted-files-count.outputs.result }} >> $artifactName
3434
- name: Upload the redirects file to artifacts
35-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
35+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3636
with:
3737
name: ${{ env.ARTIFACT_NAME }}
3838
path: '${{ env.ARTIFACT_NAME }}.txt'

0 commit comments

Comments
 (0)