Skip to content

Commit bf12bcd

Browse files
authored
chore(deps): update GitHub Artifact Actions to v6 (#2498)
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
1 parent 2e16aa7 commit bf12bcd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
echo "Future enhancement: Historical trend analysis across multiple runs" | tee -a trend-report.txt
207207
208208
- name: Upload benchmark results
209-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
209+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
210210
with:
211211
name: benchmark-results-${{ github.event_name == 'schedule' && format('scheduled-{0}', github.run_number) || 'pr' }}
212212
path: |

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
continue-on-error: true
100100

101101
- name: Upload analysis report
102-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
102+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
103103
with:
104104
name: workspace-analysis
105105
path: workspace-analysis.json

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5858
# format to the repository Actions tab.
5959
- name: Upload artifact
60-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
60+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6161
with:
6262
name: SARIF file
6363
path: results.sarif

0 commit comments

Comments
 (0)