4848 for i in {0..3}; do
4949 echo "This is file f${i} in root." > "${MODEL_ROOT}/f${i}"
5050 done
51- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 path : ${{ steps.model.outputs.root }}
5454 name : model.zip
@@ -68,18 +68,18 @@ jobs:
6868 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6969 with :
7070 persist-credentials : false
71- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
71+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7272 with :
7373 name : model.zip
7474 path : model_root/
7575 - name : Set up Hatch
7676 uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc # install
7777 - name : store beacon token into oidc-token.txt
78- uses : sigstore-conformance/extremely-dangerous-public-oidc-beacon@b517a742e5a3db9e3cbf8e2e1c792b36982f78db # main
78+ uses : sigstore-conformance/extremely-dangerous-public-oidc-beacon@039e3afae9c6fde85c8c6c83f8b3e634a9e9fa94 # main
7979 - name : Sign the model
8080 run : hatch run python -m model_signing sign sigstore model_root/ --use_staging --signature model.sig --identity_token $(cat oidc-token.txt)
8181 - name : upload model signature
82- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
82+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8383 with :
8484 name : ${{ matrix.os }}-model.sig
8585 path : model.sig
@@ -101,11 +101,11 @@ jobs:
101101 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
102102 with :
103103 persist-credentials : false
104- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
104+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
105105 with :
106106 name : model.zip
107107 path : model_root/
108- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
108+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
109109 with :
110110 name : ${{ matrix.signed-with-os }}-model.sig
111111 - name : Set up Hatch
0 commit comments