Skip to content

Commit 27d9c47

Browse files
committed
ci: bump artifact downloading gh action versions
1 parent 8359d92 commit 27d9c47

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Download prebuilt pkgcraft-c library
2222
id: download-artifact
23-
uses: dawidd6/action-download-artifact@v2
23+
uses: dawidd6/action-download-artifact@v3
2424
with:
2525
github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }}
2626
repo: pkgcraft/pkgcraft

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Download pkgcraft-c library from most recent run
7272
if: ${{ inputs.event-type == '' }}
73-
uses: dawidd6/action-download-artifact@v2
73+
uses: dawidd6/action-download-artifact@v3
7474
with:
7575
github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }}
7676
repo: pkgcraft/pkgcraft
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Download pkgcraft-c library from running workflow
8585
if: ${{ inputs.event-type != '' }}
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v4
8787
with:
8888
name: pkgcraft-c-${{ runner.os }}
8989
path: ${{ env.pkgcraft_dir }}
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v4
135135

136136
- name: Download artifacts
137-
uses: actions/download-artifact@v3
137+
uses: actions/download-artifact@v4
138138

139139
- name: Upload coverage to Codecov
140140
uses: codecov/codecov-action@v3

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Download pkgcraft-c library from most recent run
3535
if: ${{ inputs.event-type == '' }}
36-
uses: dawidd6/action-download-artifact@v2
36+
uses: dawidd6/action-download-artifact@v3
3737
with:
3838
github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }}
3939
repo: pkgcraft/pkgcraft

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
submodules: recursive
102102

103103
- name: Download sdist artifact
104-
uses: actions/download-artifact@v3
104+
uses: actions/download-artifact@v4
105105
with:
106106
name: sdist
107107
path: dist
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
steps:
141141
- name: Download sdist and wheel artifacts
142-
uses: actions/download-artifact@v3
142+
uses: actions/download-artifact@v4
143143

144144
- name: Upload sdist to PyPI
145145
uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Download prebuilt pkgcraft-c library
2121
id: download-artifact
22-
uses: dawidd6/action-download-artifact@v2
22+
uses: dawidd6/action-download-artifact@v3
2323
with:
2424
github_token: ${{ secrets.PKGCRAFT_CI_TOKEN }}
2525
repo: pkgcraft/pkgcraft

0 commit comments

Comments
 (0)