Skip to content

Commit 77f1395

Browse files
authored
Merge pull request #243 from sandialabs/dependabot/github_actions/github-actions-dependencies-6bbbe96356
chore(deps): Bump the github-actions-dependencies group with 2 updates
2 parents cc55990 + 31e1159 commit 77f1395

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
working-directory: ./doc
6767

6868
- name: Archive documentation coverage results
69-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070
with:
7171
name: docs-coverage-report-${{ matrix.version }}
7272
path: docs-coverage-report-${{ matrix.version }}.txt

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
publish_results: true
4747

4848
- name: "Upload artifact"
49-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
49+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5050
with:
5151
name: SARIF file
5252
path: results.sarif

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Upload Build Artifacts
5050
if: steps.release.outputs.released == 'true'
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252
with:
5353
name: dist
5454
path: dist/
@@ -88,13 +88,13 @@ jobs:
8888
token: ${{ secrets.GH_TOKEN }}
8989

9090
- name: Download Build Artifacts
91-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
91+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9292
with:
9393
name: dist
9494
path: dist
9595

9696
- name: Download Provenance
97-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
97+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
9898
with:
9999
name: ${{ needs.provenance.outputs.provenance-name }}
100100
path: dist

0 commit comments

Comments
 (0)