Skip to content

Commit 8419abf

Browse files
authored
Merge pull request #593 from Farama-Foundation/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 17479b9 + 6294754 commit 8419abf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
python-version: ${{ matrix.python-version }}
9696

9797
- name: Download all dists
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4
9999
with:
100100
# Unpacks default artifact into dist/
101101
# If `name: artifact` is omitted, the action will create extra parent dir
@@ -167,7 +167,7 @@ jobs:
167167
if: github.event_name == 'release' && github.event.action == 'published'
168168
steps:
169169
- name: Download all dists
170-
uses: actions/download-artifact@v3
170+
uses: actions/download-artifact@v4
171171
with:
172172
# Unpacks default artifact into dist/
173173
# If `name: artifact` is omitted, the action will create extra parent dir

.github/workflows/build-and-test-windows-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
if: github.event_name == 'release' && github.event.action == 'published'
157157
steps:
158158
- name: Download all dists
159-
uses: actions/download-artifact@v3
159+
uses: actions/download-artifact@v4
160160
with:
161161
# Unpacks default artifact into dist/
162162
# If `name: artifact` is omitted, the action will create extra parent dir

0 commit comments

Comments
 (0)