Skip to content

Commit bbb0f19

Browse files
chore(deps): update github actions
1 parent 817ff70 commit bbb0f19

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/main-detect-changes.yaml

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

5656
- name: Detect changed files
5757
id: changed-files
58-
uses: tj-actions/changed-files@56284d80811fb5963a972b438f2870f175e5b7c8 # v40.2.3
58+
uses: tj-actions/changed-files@716b1e13042866565e00e85fd4ec490e186c4a2f # v41.0.1
5959
with:
6060
files: ${{ inputs.files }}
6161
files_ignore: ${{ inputs.files-ignore }}

.github/workflows/main-integration-test-step.yaml

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

8989
- name: Download artifact(s)
9090
if: ${{ inputs.download-artifact-name || inputs.download-artifact-path }}
91-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
91+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
9292
with:
9393
name: ${{ inputs.download-artifact-name }}
9494
path: ${{ inputs.download-artifact-path }}
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Upload artifact
109109
if: ${{ inputs.upload-artifact-name && inputs.upload-artifact-path }}
110-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
110+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
111111
with:
112112
retention-days: 3
113113
name: ${{ inputs.upload-artifact-name }}-${{ matrix.module }}

.github/workflows/main-node-step.yaml

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

7878
- name: Download artifact
7979
if: ${{ inputs.download-artifact-name || inputs.download-artifact-path }}
80-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
80+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
8181
with:
8282
name: ${{ inputs.download-artifact-name }}
8383
path: ${{ inputs.download-artifact-path }}
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Upload artifact
9898
if: ${{ inputs.upload-artifact-name && inputs.upload-artifact-path }}
99-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
99+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
100100
with:
101101
retention-days: 3
102102
name: ${{ inputs.upload-artifact-name }}

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
install-command: npm ci
241241

242242
- name: Download all artifacts
243-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
243+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
244244

245245
- name: Decompress all artifacts to current directory
246246
run: ls **/*.zip | xargs -n1 7z x -aoa
@@ -299,7 +299,7 @@ jobs:
299299
npm_token: ${{ secrets.NPM_TOKEN }}
300300

301301
- name: Download compiled libs
302-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
302+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
303303
with:
304304
name: compiled-libs
305305
- name: Decompress Libs
@@ -325,7 +325,7 @@ jobs:
325325
run: npm run version:print >> $GITHUB_STEP_SUMMARY
326326

327327
- name: Upload changelog
328-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
328+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
329329
with:
330330
retention-days: 3
331331
name: changelog
@@ -376,7 +376,7 @@ jobs:
376376
install-command: make BOOTSTRAP_SCOPE=site install
377377

378378
- name: Download compiled libs
379-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
379+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
380380
with:
381381
name: 'compiled-libs'
382382

@@ -386,7 +386,7 @@ jobs:
386386
# We generate an updated changelog only when there are artifacts to be published
387387
- name: Download changelog
388388
if: github.ref == 'refs/heads/main'
389-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
389+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4
390390
continue-on-error: true
391391
with:
392392
name: changelog

0 commit comments

Comments
 (0)