Merge pull request #34166 from backstage/renovate/actions-upload-artifact-7.x

chore(deps): update actions/upload-artifact action to v7.0.1
This commit is contained in:
Fredrik Adelöw
2026-05-13 13:14:32 +02:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
run: |
mkdir -p ./context
echo "${{ github.event.pull_request.number }}" > ./context/pr-number
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: matrix.node-version == '22.x'
with:
name: pr-context
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: 'Upload artifact'
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: SARIF file
path: results.sarif
@@ -49,7 +49,7 @@ jobs:
echo "$ACTOR" > ./context/actor
echo "$ACTION" > ./context/action
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: pr-context
path: context/
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
run: |
mkdir -p ./context
echo "${{ github.event.pull_request.number }}" > ./context/pr-number
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: matrix.node-version == '22.x' && github.event_name == 'pull_request'
with:
name: pr-context