Skip to content

Commit

Permalink
Lock upload-artifact on patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Apr 11, 2022
1 parent ec9320c commit 59e02a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/example-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
echo ", ${{github.event.inputs.car_input}}" >> cars.txt
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.0.0
with:
path: '*.txt'

Expand Down Expand Up @@ -61,6 +61,6 @@ jobs:
extra_materials: extra-materials.json

- name: Upload provenance
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.0.0
with:
path: provenance.json
4 changes: 2 additions & 2 deletions .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: echo "onion, tomato, jalapeno, cilantro, lime, salt" > salsa.txt

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.0.0
with:
path: salsa.txt

Expand All @@ -33,6 +33,6 @@ jobs:
arguments: --artifact-path artifact/ --output-path provenance.json

- name: Upload provenance
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.0.0
with:
path: provenance.json

0 comments on commit 59e02a2

Please sign in to comment.