Skip to content

Commit

Permalink
Lock download-artifact action on patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Apr 11, 2022
1 parent 7f47fcc commit be0d6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v3.0.0

- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v3.0.0

- name: Generate some extra materials (this usually happens as part of the build process)
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/example-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download build artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v3.0.0

- name: Generate provenance
uses: philips-labs/slsa-provenance-action@v0.7.2
Expand Down

0 comments on commit be0d6af

Please sign in to comment.