We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fb3508 + 386917d commit 99b6dc5Copy full SHA for 99b6dc5
.github/workflows/slsa_for_ml.yml
@@ -60,7 +60,7 @@ jobs:
60
python -m venv venv
61
.github/workflows/scripts/venv_activate.sh
62
python slsa_for_models/main.py "$MODEL_TYPE"
63
- - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
+ - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
64
with:
65
path: ${{ github.event.inputs.model_type }}
66
name: ${{ github.event.inputs.model_type }}_${{ runner.os }}
0 commit comments