Skip to content

Commit f394975

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] <[email protected]>
1 parent 83845bf commit f394975

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci-report.yml

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

.github/workflows/ci-tck-report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
echo "" >> ${{ env.REPORT_FILE }}
9494
9595
- name: Upload TCK Report as an Artifact
96-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
96+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
9797
with:
9898
name: tck-standalone-report-html-${{matrix.java-version}}
9999
path: tck-runner/target/surefire-reports/emailable-report.html
@@ -113,7 +113,7 @@ jobs:
113113
echo "" >> ${{ env.REPORT_FILE }}
114114
115115
- name: Upload TCK Report as an Artifact
116-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
116+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
117117
with:
118118
name: tck-container-report-html-${{matrix.java-version}}
119119
path: tck-runner/target/surefire-reports/emailable-report.html
@@ -133,7 +133,7 @@ jobs:
133133
echo "" >> ${{ env.REPORT_FILE }}
134134
135135
- name: Upload TCK Report as an Artifact
136-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
136+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
137137
with:
138138
name: tck-signature-report-xml-${{matrix.java-version}}
139139
path: tck-runner/target/surefire-reports/sigtest/report.xml
@@ -169,7 +169,7 @@ jobs:
169169
cat ${{ env.REPORT_FILE }}
170170
171171
- name: Upload Final Report as an Artifact
172-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
172+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
173173
with:
174174
name: final-report-${{matrix.java-version}}
175175
path: ${{ env.REPORT_FILE }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# The actual publishing must be done in a separate job (see ci-report.yml).
118118
# We don't write to the remote cache as that would be unsafe.
119119
- name: Upload GitHub Actions artifact for the Develocity build scan
120-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
120+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
121121
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
122122
with:
123123
name: build-scan-data-standalone-${{ matrix.os.name }}
@@ -134,7 +134,7 @@ jobs:
134134
DEVELOCITY_BASE_URL: "${{ env.DEVELOCITY_BASE_URL || 'https://develocity.commonhaus.dev' }}"
135135

136136
- name: Upload GitHub Actions artifact for the Develocity build scan
137-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
137+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
138138
if: "${{ github.event_name == 'pull_request' && !cancelled() }}"
139139
with:
140140
name: build-scan-data-incontainer-${{ matrix.os.name }}

0 commit comments

Comments
 (0)