Skip to content

Commit 5aab6a5

Browse files
authored
Merge pull request #1463 from InsightSoftwareConsortium/dependabot/github_actions/github-actions-c70c9c4e7f
build(deps): bump the github-actions group across 1 directory with 4 updates
2 parents 646c8d6 + a629852 commit 5aab6a5

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
make html
4242
4343
- name: Upload artifact
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: main-documentation
4747
path: docs/_build/html
@@ -113,7 +113,7 @@ jobs:
113113
done
114114
115115
- name: Upload artifact
116-
uses: actions/upload-artifact@v4
116+
uses: actions/upload-artifact@v5
117117
with:
118118
name: package-documentation
119119
path: docs
@@ -124,13 +124,13 @@ jobs:
124124

125125
steps:
126126
- name: Download main documentation
127-
uses: actions/download-artifact@v5
127+
uses: actions/download-artifact@v6
128128
with:
129129
name: main-documentation
130130
path: docs
131131

132132
- name: Download package documentation
133-
uses: actions/download-artifact@v5
133+
uses: actions/download-artifact@v6
134134
with:
135135
name: package-documentation
136136
path: docs

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
pnpm build
8686
8787
- name: Save wasm builds
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: hello-world-build
9191
if-no-files-found: error

.github/workflows/native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919

20-
- uses: prefix-dev/setup-pixi@v0.9.2
20+
- uses: prefix-dev/setup-pixi@v0.9.3
2121

2222
- name: Build and Test ITK-Wasm
2323
run: |

.github/workflows/playwright.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: npx playwright install --with-deps
2323
- name: Run Playwright tests
2424
run: npm run test
25-
- uses: actions/upload-artifact@v4
25+
- uses: actions/upload-artifact@v5
2626
if: ${{ !cancelled() }}
2727
with:
2828
name: playwright-report
@@ -45,7 +45,7 @@ jobs:
4545
run: npx playwright install --with-deps
4646
- name: Run Playwright tests
4747
run: npm run test
48-
- uses: actions/upload-artifact@v4
48+
- uses: actions/upload-artifact@v5
4949
if: ${{ !cancelled() }}
5050
with:
5151
name: playwright-report
@@ -69,7 +69,7 @@ jobs:
6969
run: npx playwright install --with-deps
7070
- name: Run Playwright tests
7171
run: npm run test
72-
- uses: actions/upload-artifact@v4
72+
- uses: actions/upload-artifact@v5
7373
if: ${{ !cancelled() }}
7474
with:
7575
name: playwright-report
@@ -135,7 +135,7 @@ jobs:
135135
working-directory: ./packages/core/typescript/itk-wasm
136136
run: pnpm run test:browser
137137

138-
- uses: actions/upload-artifact@v4
138+
- uses: actions/upload-artifact@v5
139139
if: ${{ !cancelled() }}
140140
with:
141141
name: playwright-report-itk-wasm
@@ -209,7 +209,7 @@ jobs:
209209
working-directory: packages/${{ matrix.package }}/typescript
210210
run: pnpm run test:browser
211211

212-
- uses: actions/upload-artifact@v4
212+
- uses: actions/upload-artifact@v5
213213
if: ${{ !cancelled() }}
214214
with:
215215
name: playwright-report-${{ matrix.package }}
@@ -257,7 +257,7 @@ jobs:
257257
- name: Run Playwright tests
258258
run: pnpm run test
259259

260-
- uses: actions/upload-artifact@v4
260+
- uses: actions/upload-artifact@v5
261261
if: ${{ !cancelled() }}
262262
with:
263263
name: playwright-report-hello-world

.github/workflows/python-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v5
3333

34-
- uses: prefix-dev/setup-pixi@v0.9.2
34+
- uses: prefix-dev/setup-pixi@v0.9.3
3535

3636
- name: Set up Python ${{ env.python-version }}
3737
uses: actions/setup-python@v6.0.0

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# uploads of run results in SARIF format to the repository Actions tab.
5757
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5858
- name: "Upload artifact"
59-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
59+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6060
with:
6161
name: SARIF file
6262
path: results.sarif
@@ -65,6 +65,6 @@ jobs:
6565
# Upload the results to GitHub's code scanning dashboard (optional).
6666
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767
- name: "Upload to code-scanning"
68-
uses: github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v3.29.5
68+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
6969
with:
7070
sarif_file: results.sarif

.github/workflows/toolchains.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121

22-
- uses: prefix-dev/setup-pixi@v0.9.2
22+
- uses: prefix-dev/setup-pixi@v0.9.3
2323
- run: pixi run export-itk-wasm-env-vars
2424

2525
- name: Free Disk Space (Ubuntu)
@@ -31,7 +31,7 @@ jobs:
3131
timeout_minutes: 10
3232
command: ./src/docker/pull.sh --no-debug
3333

34-
- uses: actions/download-artifact@v5
34+
- uses: actions/download-artifact@v6
3535
continue-on-error: true
3636
with:
3737
name: docker-cache
@@ -52,7 +52,7 @@ jobs:
5252
docker export itkwasm/wasi-base:latest | xz -e9 -T0 > ./docker-cache/itk-wasm-wasi-base.tar.xz
5353
5454
- name: Cache docker results
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: docker-cache
5858
path: ./docker-cache
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v5
6868

69-
- uses: prefix-dev/setup-pixi@v0.9.2
69+
- uses: prefix-dev/setup-pixi@v0.9.3
7070
- run: pixi run export-itk-wasm-env-vars
7171

7272
- name: Free Disk Space (Ubuntu)
@@ -78,7 +78,7 @@ jobs:
7878
timeout_minutes: 10
7979
command: ./src/docker/pull.sh --no-debug
8080

81-
- uses: actions/download-artifact@v5
81+
- uses: actions/download-artifact@v6
8282
continue-on-error: true
8383
with:
8484
name: docker-cache

0 commit comments

Comments
 (0)