Skip to content

Commit

Permalink
Merge pull request #165 from cri-o/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4.4.0

Bump actions/upload-artifact from 4.3.6 to 4.4.0
  • Loading branch information
openshift-merge-bot[bot] authored Sep 2, 2024
2 parents e8c1f1f + daa4cfc commit f81b033
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 @@ -88,7 +88,7 @@ jobs:
PROJECT_TYPE: ${{ needs.vars.outputs.project_type }}
PROJECT_VERSION: ${{ needs.vars.outputs.project_version }}
VERSION: ${{ needs.vars.outputs.version }}
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ inputs.skip-bundles == false }}
with:
name: bundles-${{ matrix.arch }}
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
path: latest-bundle-${{ inputs.revision || 'main' }}.txt
destination: cri-o
process_gcloudignore: false
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
if: ${{ inputs.skip-bundles == false && github.event_name != 'pull_request' }}
with:
name: signatures
Expand Down

0 comments on commit f81b033

Please sign in to comment.