Skip to content

Commit 0ecd98d

Browse files
dependabot[bot]marko-bekhta
authored andcommitted
Bump the workflow-actions group with 2 updates
Bumps the workflow-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) 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) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow-actions - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c32e14 commit 0ecd98d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: ./mvnw -v
7272
- name: Download GitHub Actions artifacts for the Develocity build scans
7373
id: downloadBuildScan
74-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5.0.0
74+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6.0.0
7575
with:
7676
pattern: build-scan-data-*
7777
github-token: ${{ github.token }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
# The actual publishing must be done in a separate job (see ci-report.yml).
125125
# We don't write to the remote cache as that would be unsafe.
126126
- name: Upload GitHub Actions artifact for the Develocity build scan
127-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
127+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
128128
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
129129
with:
130130
name: build-scan-data-initial-${{ matrix.os.name }}
@@ -140,7 +140,7 @@ jobs:
140140
DEVELOCITY_BASE_URL: "${{ env.DEVELOCITY_BASE_URL || 'https://develocity.commonhaus.dev' }}"
141141
# Same as above, but for the build scan of the latest Maven run.
142142
- name: Upload GitHub Actions artifact for the Develocity build scan
143-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
143+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
144144
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
145145
with:
146146
name: build-scan-data-integrationtest-${{ matrix.os.name }}

0 commit comments

Comments
 (0)