Skip to content

Commit f70184d

Browse files
committed
fix: Bump actions/download-artifact from 3 to 4
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
1 parent ef41837 commit f70184d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
if: github.ref == 'refs/heads/develop'
108108
steps:
109109

110-
- uses: actions/download-artifact@v3
110+
- uses: actions/download-artifact@v4
111111
with:
112112
# unpacks default artifact into dist/
113113
# if `name: artifact` is omitted, the action will create extra parent dir

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
environment: PyPI release
110110
steps:
111-
- uses: actions/download-artifact@v3
111+
- uses: actions/download-artifact@v4
112112
with:
113113
# unpacks default artifact into dist/
114114
# if `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)