Skip to content

Commit a40924d

Browse files
authored
Merge pull request #125 from JohT/renovate/major-github-artifact-actions
Update GitHub Artifact Actions (major)
2 parents abf65cf + 7c64536 commit a40924d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
53+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
60+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
6161
with:
6262
name: ${{ steps.set-documentation-upload-name.outputs.documentation-upload-name }}
6363
path: ./analysis-results/*.md

.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
81+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
8282
with:
8383
name: ${{ steps.set-sources-upload-name.outputs.sources-upload-name }}
8484
path: .

0 commit comments

Comments
 (0)