Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.6.0 (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent bebab53 commit 45c32d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
bats src/test/bash/acceptance.bats
- name: Archive executable
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: aaw-executable-jdk-${{ matrix.jdk }}
path: build/bin
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: ./scripts/secops.sh ${{ secrets.GITHUB_TOKEN }} ${{ github.sha }}

- name: Archive SBOM
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: sbom
path: aaw-sbom-${{ github.sha }}.json

0 comments on commit 45c32d0

Please sign in to comment.