mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-25 09:03:59 +00:00
Bump actions/upload-artifact from 3 to 4
This commit is contained in:
2
.github/workflows/package-macos.yml
vendored
2
.github/workflows/package-macos.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
CODESIGN_MACOS_P12_PASSWORD: ${{ secrets.CODESIGN_MACOS_P12_PASSWORD }}
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: macos-app-${{ matrix.setup.macos-deployment-version }}
|
||||
path: artifacts/
|
||||
|
||||
6
.github/workflows/package-pypi.yml
vendored
6
.github/workflows/package-pypi.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
run: |
|
||||
rm -rf "$HOME/.gnupg"
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: picard-sdist
|
||||
path: dist/*
|
||||
@@ -117,9 +117,9 @@ jobs:
|
||||
run: |
|
||||
python setup.py clean bdist_wheel
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: picard-bdist-${{ runner.os }}
|
||||
name: picard-bdist-${{ runner.os }}-${{ matrix.python-version }}
|
||||
path: dist/*.whl
|
||||
- name: Publish Python distribution to PyPI
|
||||
if: startsWith(github.ref, 'refs/tags/') && env.TWINE_PASSWORD
|
||||
|
||||
2
.github/workflows/package-windows.yml
vendored
2
.github/workflows/package-windows.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
||||
if: env.CODESIGN == '1'
|
||||
run: Remove-Item .\codesign.pfx
|
||||
- name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.type != 'signed-app' || env.CODESIGN == '1'
|
||||
with:
|
||||
name: windows-${{ matrix.type }}
|
||||
|
||||
Reference in New Issue
Block a user