Skip to content

Commit f912eae

Browse files
build(deps): bump the artifacts group across 1 directory with 2 updates
Bumps the artifacts group with 2 updates in the / directory: [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.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `actions/download-artifact` from 4.2.1 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@95815c3...018cc2c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifacts - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: artifacts ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74e8bc2 commit f912eae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
zizmor --format sarif . > results.sarif || true
5757
5858
- name: Upload SARIF file
59-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6060
with:
6161
name: results.sarif
6262
path: results.sarif
@@ -71,7 +71,7 @@ jobs:
7171
security-events: write
7272
steps:
7373
- name: Download SARIF file
74-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
74+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
7575
with:
7676
name: results.sarif
7777
path: results.sarif

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249

250250
- name: Upload the Docker image digest
251251
if: fromJSON(steps.attributes.outputs.push)
252-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
252+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
253253
with:
254254
name: digest-${{ matrix.version }}-${{ matrix.arch }}
255255
path: ${{ runner.temp }}/digests/*
@@ -269,7 +269,7 @@ jobs:
269269
cache-binary: false
270270

271271
- name: Download Docker image digests
272-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
272+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
273273
with:
274274
path: ${{ runner.temp }}/digests
275275
pattern: digest-${{ matrix.version }}-*

.github/workflows/pkg-installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
subject-path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
139139

140140
- name: Upload installer to GitHub Actions
141-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
141+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
142142
with:
143143
name: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
144144
path: Homebrew-${{ steps.homebrew-version.outputs.version }}.pkg
@@ -160,7 +160,7 @@ jobs:
160160
name: macos-15-arm64
161161
steps:
162162
- name: Download installer from GitHub Actions
163-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
163+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
164164
with:
165165
name: "${{ needs.build.outputs.installer_path }}"
166166

@@ -213,7 +213,7 @@ jobs:
213213
contents: write
214214
steps:
215215
- name: Download installer from GitHub Actions
216-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
216+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
217217
with:
218218
name: "${{ needs.build.outputs.installer_path }}"
219219

0 commit comments

Comments
 (0)