Skip to content

Commit 2a1de93

Browse files
authored
Merge pull request #52 from prisms-center/dependabot/github_actions/2.X/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents a90e452 + a9b80c6 commit 2a1de93

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CIBW_ARCHS_LINUX: x86_64
2121
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
2222

23-
- uses: actions/upload-artifact@v4
23+
- uses: actions/upload-artifact@v6
2424
with:
2525
name: dist_linux_x86_64
2626
path: ./wheelhouse/*.whl
@@ -38,7 +38,7 @@ jobs:
3838
CIBW_ARCHS_LINUX: aarch64
3939
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
4040

41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v6
4242
with:
4343
name: dist_linux_aarch64
4444
path: ./wheelhouse/*.whl
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
CIBW_ARCHS_MACOS: x86_64
5757

58-
- uses: actions/upload-artifact@v4
58+
- uses: actions/upload-artifact@v6
5959
with:
6060
name: dist_macos13_x86_64
6161
path: ./wheelhouse/*.whl
@@ -72,7 +72,7 @@ jobs:
7272
env:
7373
CIBW_ARCHS_MACOS: arm64
7474

75-
- uses: actions/upload-artifact@v4
75+
- uses: actions/upload-artifact@v6
7676
with:
7777
name: dist_macos15_arm64
7878
path: ./wheelhouse/*.whl
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: upload sdist
103103
if: always()
104-
uses: actions/upload-artifact@v4
104+
uses: actions/upload-artifact@v6
105105
with:
106106
name: dist_sdist
107107
path: dist/*.tar.gz

.github/workflows/test-linux-cxx-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: upload test log
9595
if: always()
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v6
9797
with:
9898
name: libcasm-clexulator-cxx-test-log
9999
path: build_cxx_test/Testing/Temporary/LastTest.log

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: upload docs
8080
if: always()
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: libcasm-clexulator-docs
8484
path: python/doc/_build/html

.github/workflows/test-macos-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: upload libcasm-clexulator-macos-latest-dist
4343
if: always()
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: libcasm-clexulator-macos-latest-dist
4747
path: dist

0 commit comments

Comments
 (0)