Skip to content

Commit c9676b7

Browse files
authored
Merge pull request #577 from sfu-db/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
2 parents a5dfb85 + 3bd985a commit c9676b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
python-version: ${{ matrix.python-version }}
220220
architecture: x64
221221

222-
- uses: actions/download-artifact@v3
222+
- uses: actions/download-artifact@v4
223223
with:
224224
name: "${{ matrix.os }}-${{ matrix.python-version }}"
225225

@@ -232,7 +232,7 @@ jobs:
232232
needs: [verify]
233233
steps:
234234
- name: Download all artifacts
235-
uses: actions/download-artifact@v3
235+
uses: actions/download-artifact@v4
236236

237237
- name: Setup environment
238238
run: |

0 commit comments

Comments
 (0)