upgrade to upload-artifact@v4

This commit is contained in:
Krasimir Angelov
2026-09-09 06:30:01 +02:00
parent 4197375854
commit 4b5fec4685
+7 -7
View File
@@ -25,7 +25,7 @@ jobs:
make install make install
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: libpgf-linux name: libpgf-linux
path: | path: |
@@ -68,7 +68,7 @@ jobs:
cabal v1-install cabal v1-install
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v4
with: with:
name: compiler-linux name: compiler-linux
path: | path: |
@@ -99,7 +99,7 @@ jobs:
run: | run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@v4
with: with:
name: python-linux name: python-linux
path: ./wheelhouse path: ./wheelhouse
@@ -160,7 +160,7 @@ jobs:
sudo make install sudo make install
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v4
with: with:
name: libpgf-macos name: libpgf-macos
path: | path: |
@@ -223,7 +223,7 @@ jobs:
run: | run: |
python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse python3 -m cibuildwheel src/runtime/python --output-dir wheelhouse
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@v4
with: with:
name: python-macos name: python-macos
path: ./wheelhouse path: ./wheelhouse
@@ -289,7 +289,7 @@ jobs:
make install make install
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@v4
with: with:
name: libpgf-windows name: libpgf-windows
path: | path: |
@@ -324,7 +324,7 @@ jobs:
run: | run: |
python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse python3 -m cibuildwheel src\runtime\python --output-dir wheelhouse
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@v4
with: with:
name: python-windows name: python-windows
path: ./wheelhouse path: ./wheelhouse