Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact to v4 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Sep 10, 2024
1 parent 8d25b1e commit d0f1ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
run: podman images
- name: Save cryostat image
run: podman save -o cryostat.tar --format oci-archive quay.io/cryostat/cryostat:latest
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cryostat
path: ${{ github.workspace }}/cryostat.tar
Expand Down

0 comments on commit d0f1ca0

Please sign in to comment.