Skip to content

Commit 99b6dc5

Browse files
Merge pull request #28 from renovate-bot/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v6
2 parents 7fb3508 + 386917d commit 99b6dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slsa_for_ml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python -m venv venv
6161
.github/workflows/scripts/venv_activate.sh
6262
python slsa_for_models/main.py "$MODEL_TYPE"
63-
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
63+
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
6464
with:
6565
path: ${{ github.event.inputs.model_type }}
6666
name: ${{ github.event.inputs.model_type }}_${{ runner.os }}

0 commit comments

Comments
 (0)