Skip to content

Commit b5a87da

Browse files
committed
Merge branch 'main' into yakerize
2 parents a0f95fc + dbd0108 commit b5a87da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
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)