Skip to content

Commit 351b1e9

Browse files
dependabot[bot]phw
authored andcommitted
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6710468 commit 351b1e9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/package-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
8787
CODESIGN_MACOS_P12_PASSWORD: ${{ secrets.CODESIGN_MACOS_P12_PASSWORD }}
8888
- name: Archive production artifacts
89-
uses: actions/upload-artifact@v4
89+
uses: actions/upload-artifact@v5
9090
with:
9191
name: macos-app-${{ matrix.setup.macos-deployment-version }}-${{ matrix.setup.target-arch }}
9292
path: artifacts/

.github/workflows/package-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
rm -rf "$HOME/.gnupg"
6969
- name: Upload artifacts
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: picard-sdist
7373
path: dist/*
@@ -115,7 +115,7 @@ jobs:
115115
run: |
116116
python -m build --wheel
117117
- name: Upload artifacts
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: picard-bdist-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
121121
path: dist/*.whl

.github/workflows/package-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
timestamp-rfc3161: http://timestamp.acs.microsoft.com
128128
timestamp-digest: SHA256
129129
- name: Archive production artifacts
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: windows-${{ matrix.setup.type }}
133133
path: artifacts/

0 commit comments

Comments
 (0)