Skip to content

Commit b78ff98

Browse files
chore(deps): bump actions/upload-artifact from 4.3.3 to 4.4.3 (#8064)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6546280...b4b15b8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66148d1 commit b78ff98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_for_deleted_assets.yml

Lines changed: 1 addition & 1 deletion
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
35+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3636
with:
3737
name: ${{ env.ARTIFACT_NAME }}
3838
path: '${{ env.ARTIFACT_NAME }}.txt'

.github/workflows/check_for_redirects.yml

Lines changed: 1 addition & 1 deletion
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
35+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3636
with:
3737
name: ${{ env.ARTIFACT_NAME }}
3838
path: '${{ env.ARTIFACT_NAME }}.txt'

0 commit comments

Comments
 (0)