Skip to content

Commit 1fdae94

Browse files
Merge pull request #2206 from KLayout/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 5b80830 + 4ddbff7 commit 1fdae94

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
@@ -98,7 +98,7 @@ jobs:
9898
mv ./wheelhouse/.ccache $HOST_CCACHE_DIR
9999
ls -la $HOST_CCACHE_DIR
100100
ccache -s
101-
- uses: actions/upload-artifact@v4
101+
- uses: actions/upload-artifact@v5
102102
with:
103103
name: artifact-${{ matrix.os }}-${{ matrix.cibw_arch }}-${{ strategy.job-index }}
104104
path: ./wheelhouse/*.whl
@@ -113,7 +113,7 @@ jobs:
113113
- name: Build SDist
114114
run: pipx run build --sdist
115115

116-
- uses: actions/upload-artifact@v4
116+
- uses: actions/upload-artifact@v5
117117
with:
118118
name: artifact-sdist
119119
path: dist/*.tar.gz

0 commit comments

Comments
 (0)