Skip to content

Commit 6230c85

Browse files
build(deps): bump actions/upload-artifact from 5 to 6 (#967)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf0cf87 commit 6230c85

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/r-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
make inspect-image/r-ver-test-"${{ env.TAG }}"
6060
- name: Upload artifacts
61-
uses: actions/upload-artifact@v5
61+
uses: actions/upload-artifact@v6
6262
with:
6363
name: tmp-${{ matrix.tag }}${{ matrix.platforms == 'linux/arm64' && '-arm' || '' }}
6464
path: tmp

.github/workflows/reports.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
IMAGELIST_NAME="${{ matrix.r_version }}-${{ matrix.group }}.tsv" \
6060
make inspect-image-all
6161
- name: Upload artifacts
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: tmp-${{ matrix.r_version }}-${{ matrix.group }}
6565
path: tmp
@@ -81,7 +81,7 @@ jobs:
8181
IMAGELIST_NAME="experimental.tsv" \
8282
make inspect-image-all
8383
- name: Upload artifacts
84-
uses: actions/upload-artifact@v5
84+
uses: actions/upload-artifact@v6
8585
with:
8686
name: tmp-experimental
8787
path: tmp
@@ -116,7 +116,7 @@ jobs:
116116
make --always-make wiki-home
117117
- name: Upload artifacts
118118
if: github.event_name == 'pull_request'
119-
uses: actions/upload-artifact@v5
119+
uses: actions/upload-artifact@v6
120120
with:
121121
name: reports
122122
path: reports

.github/workflows/scripts-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
make inspect-image/"${{ steps.prep.outputs.output_tag }}"
6262
- name: Upload artifacts
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: tmp-${{ steps.prep.outputs.output_tag }}
6666
path: tmp

0 commit comments

Comments
 (0)