Skip to content

Commit 8c1e121

Browse files
[UPDATE] Version bump for GHA uploads (- PR #491 -)
Changes in file .github/actions/run-minimal-acceptance-tests/action.yml: * version bump uploads to v5.0 Changes in file .github/actions/setup-py-reqs/action.yml: * version bump uploads to v5.0 Changes in file .github/actions/test-reporter-upload/action.yml: * version bump uploads to v5.0
1 parent e3640aa commit 8c1e121

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/run-minimal-acceptance-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ runs:
288288
- name: "Upload Details"
289289
id: upload
290290
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
291-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
291+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
292292
with:
293293
path: MATS
294294
name: ${{ steps.output_artifact_name.outputs.artifact-name }}

.github/actions/setup-py-reqs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ runs:
217217
- name: "Upload Details"
218218
id: upload
219219
if: ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
220-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
220+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
221221
with:
222222
path: DEPS
223223
name: ${{ steps.output_artifact_name.outputs.artifact-name }}

.github/actions/test-reporter-upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ runs:
321321
- name: Upload ${{ steps.output_os.outputs.os }} Python ${{ steps.output_python.outputs.python-version }} Artifact
322322
id: coverage-reports-upload
323323
if: ${{ !cancelled() && (steps.output_can_upload.outputs.can_upload == 'true') }}
324-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
324+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
325325
with:
326326
name: Test-Report-${{ steps.output_os.outputs.os }}-${{ steps.output_python.outputs.python-version }}-${{ steps.output_sha.outputs.sha }}
327327
path: ./test-reports/

0 commit comments

Comments
 (0)