Skip to content

Commit

Permalink
Merge pull request #1149 from chainguard-dev/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4.3.2

build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
k4leung4 authored Apr 24, 2024
2 parents 02f8630 + e4e94ed commit 711f3e0
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: melange-${{ github.run_id }}
path: ${{ github.workspace }}/melange
Expand Down

0 comments on commit 711f3e0

Please sign in to comment.