Skip to content

Commit 8748678

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact). Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `geekyeggo/delete-artifact` from 5 to 6 - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: geekyeggo/delete-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ca2f96 commit 8748678

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,20 @@ jobs:
6868
runs-on: ubuntu-22.04
6969
steps:
7070
- name: Download artifacts
71-
uses: actions/download-artifact@v7
71+
uses: actions/download-artifact@v8
7272
with:
7373
merge-multiple: true
7474
pattern: plugin-wheel-*
7575
path: dist
7676
- name: List artifacts 📃
7777
run: ls -al dist/
78-
- uses: actions/upload-artifact@v6
78+
- uses: actions/upload-artifact@v7
7979
name: Upload build artifacts 📦
8080
with:
8181
name: plugin-wheels
8282
retention-days: 7
8383
path: dist
8484
- name: Delete individual artifacts 🚮
85-
uses: geekyeggo/delete-artifact@v5
85+
uses: geekyeggo/delete-artifact@v6
8686
with:
8787
name: plugin-wheel-*

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: tar cf /tmp/env.tar .venv node_modules
7979

8080
- name: Upload environment
81-
uses: actions/upload-artifact@v6
81+
uses: actions/upload-artifact@v7
8282
with:
8383
name: environment
8484
retention-days: 1
@@ -109,7 +109,7 @@ jobs:
109109
node-version: ${{ env.NODE_VERSION }}
110110

111111
- name: Download environment
112-
uses: actions/download-artifact@v7
112+
uses: actions/download-artifact@v8
113113
with:
114114
name: environment
115115
path: /tmp
@@ -185,7 +185,7 @@ jobs:
185185
node-version: ${{ env.NODE_VERSION }}
186186

187187
- name: Download environment
188-
uses: actions/download-artifact@v7
188+
uses: actions/download-artifact@v8
189189
with:
190190
name: environment
191191
path: /tmp

0 commit comments

Comments
 (0)