Skip to content

Commit

Permalink
Merge pull request #1468 from chainguard-dev/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions-8a3b30e1aa

build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 in the actions group
  • Loading branch information
k4leung4 authored Sep 4, 2024
2 parents c1eeb00 + 29d80a4 commit da815ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/melange-test-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
make melange
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: melange-${{ github.run_id }}
path: ${{ github.workspace }}/melange
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wolfi-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
make melange
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: melange-${{ github.run_id }}
path: ${{ github.workspace }}/melange
Expand Down

0 comments on commit da815ef

Please sign in to comment.