Skip to content

Commit 603089e

Browse files
Update GitHub Artifact Actions
1 parent 1741109 commit 603089e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/internal-commit-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
token: ${{ secrets.repository-commit-token }}
5151

5252
- name: Download artifacts to commit
53-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
53+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
5454
with:
5555
name: ${{ inputs.uploaded-artifact-name }}
5656
path: ${{ inputs.commit-directory }}

.github/workflows/internal-report-reference-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Archive generated report references documents
5959
if: steps.set-generated_documents_changed.outputs.generated_documents_changed == 'true'
60-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
60+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6161
with:
6262
name: ${{ steps.set-documentation-upload-name.outputs.documentation-upload-name }}
6363
path: ./analysis-results/*.md

.github/workflows/java-code-analysis.yml

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

9595
- name: (Prepare Code to Analyze) Upload sources to analyze
9696
if: success()
97-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
97+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
9898
with:
9999
name: ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
100100
path: ./source
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: (Prepare Code to Analyze) Upload artifacts to analyze
106106
if: success()
107-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
107+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
108108
with:
109109
name: ${{ steps.set-artifacts-upload-name.outputs.artifacts-upload-name }}
110110
path: ./artifacts

.github/workflows/typescript-code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: (Prepare Code to Analyze) Upload code to analyze
8080
if: success()
81-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
81+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8282
with:
8383
name: ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
8484
path: .

0 commit comments

Comments
 (0)