Skip to content

Commit 70f1d72

Browse files
Bump actions/upload-artifact from 5 to 6 (#8448)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f84efe commit 70f1d72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-instructions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo ${{ steps.instruction.outputs.result }} > addingPrInstructions/artifact/artifact.txt
3131
3232
- name: Upload Artifacts
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: adding-pr-instructions-artifact
3636
path: addingPrInstructions/artifact/

.github/workflows/set-pr-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo ${{ steps.compile-labels.outputs.result }} > '${{ env.ARTIFACT_DIR }}/${{ env.ARTIFACT_FILE }}'
4040
- id: upload-labels-artifact
4141
name: 'Upload labels artifact'
42-
uses: actions/upload-artifact@v5
42+
uses: actions/upload-artifact@v6
4343
with:
4444
name: pr-labels
4545
path: '${{ env.ARTIFACT_DIR }}/${{ env.ARTIFACT_FILE }}'

0 commit comments

Comments
 (0)