diff --git a/.github/workflows/example-local.yaml b/.github/workflows/example-local.yaml index 57d569e1..565c4f71 100644 --- a/.github/workflows/example-local.yaml +++ b/.github/workflows/example-local.yaml @@ -33,7 +33,7 @@ jobs: echo ", ${{github.event.inputs.car_input}}" >> cars.txt - name: Upload artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6 with: path: '*.txt' @@ -59,6 +59,6 @@ jobs: extra_materials: extra-materials.json - name: Upload provenance - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6 with: path: provenance.json diff --git a/.github/workflows/example-publish.yaml b/.github/workflows/example-publish.yaml index c65d59c7..fa554243 100644 --- a/.github/workflows/example-publish.yaml +++ b/.github/workflows/example-publish.yaml @@ -13,7 +13,7 @@ jobs: run: echo "onion, tomato, jalapeno, cilantro, lime, salt" > salsa.txt - name: Upload artifact - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6 with: path: salsa.txt @@ -32,6 +32,6 @@ jobs: arguments: --artifact-path artifact/ --output-path provenance.json - name: Upload provenance - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # ratchet:actions/upload-artifact@v4.3.6 with: path: provenance.json