Skip to content

Commit

Permalink
Merge pull request #158 from cri-o/dependabot/github_actions/google-g…
Browse files Browse the repository at this point in the history
…ithub-actions/upload-cloud-storage-2.1.3

Bump google-github-actions/upload-cloud-storage from 2.1.2 to 2.1.3
  • Loading branch information
openshift-merge-bot[bot] authored Aug 20, 2024
2 parents b6abd9d + 1b19797 commit fd42ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/obs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
path: build/bundle
- run: scripts/sign-artifacts
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
- uses: google-github-actions/upload-cloud-storage@355876ee870c8d594c4fb45a64ba6e934fb0065b # v2.1.2
- uses: google-github-actions/upload-cloud-storage@94471cfc65f89a1ecbc22c02ac102bfb7a1dfa33 # v2.1.3
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
with:
path: build/bundle
Expand All @@ -165,7 +165,7 @@ jobs:
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
run: find . -type f -iname "cri-o.amd64.*.tar.gz" | sed -n 's;.*amd64.\(.*\).tar.gz;\1;p' > latest-bundle-${{ inputs.revision || 'main' }}.txt
- name: Upload bundle marker
uses: google-github-actions/upload-cloud-storage@355876ee870c8d594c4fb45a64ba6e934fb0065b # v2.1.2
uses: google-github-actions/upload-cloud-storage@94471cfc65f89a1ecbc22c02ac102bfb7a1dfa33 # v2.1.3
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
with:
path: latest-bundle-${{ inputs.revision || 'main' }}.txt
Expand Down

0 comments on commit fd42ae5

Please sign in to comment.