Skip to content

Commit 571e869

Browse files
chore(deps)(deps): bump the all-dependencies group with 2 updates
Bumps the all-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0526ed1 commit 571e869

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
git bundle create repo.bundle --all
114114
115115
- name: Upload bundle as artifact
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v6
117117
with:
118118
name: git-repo-bundle
119119
path: repo.bundle
@@ -144,7 +144,7 @@ jobs:
144144
runs-on: ${{ matrix.os }}
145145
steps:
146146
- name: Download git bundle
147-
uses: actions/download-artifact@v4
147+
uses: actions/download-artifact@v7
148148
with:
149149
name: git-repo-bundle
150150

@@ -235,7 +235,7 @@ jobs:
235235
fi
236236
237237
- name: Upload artifact
238-
uses: actions/upload-artifact@v4
238+
uses: actions/upload-artifact@v6
239239
with:
240240
name: ${{ matrix.asset_name }}-binary
241241
path: ./repo/dist/treemapper-*
@@ -253,7 +253,7 @@ jobs:
253253
id-token: write
254254
steps:
255255
- name: Download git bundle
256-
uses: actions/download-artifact@v4
256+
uses: actions/download-artifact@v7
257257
with:
258258
name: git-repo-bundle
259259

@@ -318,7 +318,7 @@ jobs:
318318
runs-on: ubuntu-latest
319319
steps:
320320
- name: Download git bundle
321-
uses: actions/download-artifact@v4
321+
uses: actions/download-artifact@v7
322322
with:
323323
name: git-repo-bundle
324324

@@ -355,7 +355,7 @@ jobs:
355355
echo "Successfully pushed version commit and tag"
356356
357357
- name: Download all build artifacts
358-
uses: actions/download-artifact@v4
358+
uses: actions/download-artifact@v7
359359
with:
360360
path: ./artifacts
361361

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
verbose: true
136136

137137
- name: Upload coverage for SonarCloud
138-
uses: actions/upload-artifact@v4
138+
uses: actions/upload-artifact@v6
139139
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
140140
with:
141141
name: coverage-report

0 commit comments

Comments
 (0)