Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 0b7f8ab
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 6, 2023
1 parent f9d0abc commit 2eeac7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/policy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- name: Build Bundle
run: opa build -o ./bundle.tar.gz -r ${{ github.sha }} ./examples/policies
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: policy-bundle
path: ./bundle.tar.gz

0 comments on commit 2eeac7b

Please sign in to comment.