Skip to content

Commit f346d59

Browse files
chore(deps): update github actions
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent c089dbb commit f346d59

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/autovendor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: cargo install cargo-vendor-filterer
1919
- name: Run
2020
run: mkdir -p target && cd crates/cli && cargo vendor-filterer --format=tar.zstd --prefix=vendor/ ../../target/vendor.tar.zst
21-
- uses: actions/upload-artifact@v6
21+
- uses: actions/upload-artifact@v7
2222
with:
2323
name: vendor.tar.zst
2424
path: target/vendor.tar.zst

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
run: just check-buildsys
146146

147147
- name: Upload package artifacts
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@v7
149149
with:
150150
name: packages-${{ matrix.test_os }}
151151
path: target/packages/*.rpm
@@ -225,7 +225,7 @@ jobs:
225225
fi
226226
227227
- name: Download package artifacts
228-
uses: actions/download-artifact@v7
228+
uses: actions/download-artifact@v8
229229
with:
230230
name: packages-${{ matrix.test_os }}
231231
path: target/packages/
@@ -257,7 +257,7 @@ jobs:
257257
258258
- name: Archive TMT logs
259259
if: always()
260-
uses: actions/upload-artifact@v6
260+
uses: actions/upload-artifact@v7
261261
with:
262262
name: tmt-log-PR-${{ github.event.number }}-${{ matrix.test_os }}-${{ matrix.variant }}-${{ matrix.filesystem }}-${{ env.ARCH }}
263263
path: /var/tmp/tmt
@@ -285,7 +285,7 @@ jobs:
285285
echo "BOOTC_variant=ostree" >> $GITHUB_ENV
286286
287287
- name: Download package artifacts
288-
uses: actions/download-artifact@v7
288+
uses: actions/download-artifact@v8
289289
with:
290290
name: packages-fedora-43
291291
path: target/packages/
@@ -299,7 +299,7 @@ jobs:
299299
300300
- name: Archive TMT logs
301301
if: always()
302-
uses: actions/upload-artifact@v6
302+
uses: actions/upload-artifact@v7
303303
with:
304304
name: tmt-log-PR-${{ github.event.number }}-fedora-43-coreos-${{ env.ARCH }}
305305
path: /var/tmp/tmt

crates/ostree-ext/.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Build
5858
run: cargo build --release --features=internal-testing-api
5959
- name: Upload binary
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: ostree-ext-cli
6363
path: target/release/ostree-ext-cli
@@ -105,7 +105,7 @@ jobs:
105105
- name: Checkout repository
106106
uses: actions/checkout@v6
107107
- name: Download ostree-ext-cli
108-
uses: actions/download-artifact@v7.0.0
108+
uses: actions/download-artifact@v8.0.0
109109
with:
110110
name: ostree-ext-cli
111111
- name: Install
@@ -121,7 +121,7 @@ jobs:
121121
- name: Checkout repository
122122
uses: actions/checkout@v6
123123
- name: Download ostree-ext-cli
124-
uses: actions/download-artifact@v7.0.0
124+
uses: actions/download-artifact@v8.0.0
125125
with:
126126
name: ostree-ext-cli
127127
- name: Install
@@ -139,7 +139,7 @@ jobs:
139139
- name: Checkout repository
140140
uses: actions/checkout@v6
141141
- name: Download
142-
uses: actions/download-artifact@v7.0.0
142+
uses: actions/download-artifact@v8.0.0
143143
with:
144144
name: ostree-ext-cli
145145
- name: Install
@@ -159,7 +159,7 @@ jobs:
159159
repository: coreos/coreos-layering-examples
160160
path: coreos-layering-examples
161161
- name: Download
162-
uses: actions/download-artifact@v7.0.0
162+
uses: actions/download-artifact@v8.0.0
163163
with:
164164
name: ostree-ext-cli
165165
- name: Integration tests

0 commit comments

Comments
 (0)