Skip to content

Commit 10901d4

Browse files
chore(deps): update github artifact actions (#671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b476d96 commit 10901d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138138
- name: Save cryostat image
139139
run: podman save -o cryostat.tar --format oci-archive quay.io/cryostat/cryostat:latest
140-
- uses: actions/upload-artifact@v6
140+
- uses: actions/upload-artifact@v7
141141
with:
142142
name: cryostat
143143
path: ${{ github.workspace }}/cryostat.tar
@@ -155,7 +155,7 @@ jobs:
155155
packages: write
156156
steps:
157157
- name: Download cryostat artifact
158-
uses: actions/download-artifact@v7
158+
uses: actions/download-artifact@v8
159159
with:
160160
name: cryostat
161161
- name: Load cryostat image

0 commit comments

Comments
 (0)