Skip to content

Commit dbd0108

Browse files
authored
Merge pull request #18 from compas-dev/upload_artifact_v4
updated action version due to deprecation
2 parents 5a57499 + 251f4a0 commit dbd0108

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
target: build
2222
interpreter: cpython
2323

24-
- uses: actions/upload-artifact@v2
24+
- uses: actions/upload-artifact@v4
2525
with:
2626
name: cpy_ghuser-components
2727
path: build
@@ -42,7 +42,7 @@ jobs:
4242
source: examples/ipy
4343
target: build
4444

45-
- uses: actions/upload-artifact@v2
45+
- uses: actions/upload-artifact@v4
4646
with:
4747
name: ipy_ghuser-components
4848
path: build

0 commit comments

Comments
 (0)