Skip to content

Commit b6db622

Browse files
authored
Merge pull request #417 from Simple-Robotics/dependabot/github_actions/devel/actions/download-artifact-5
build(deps): bump actions/download-artifact from 4 to 5
2 parents 4373b38 + 564fc30 commit b6db622

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
needs: [build]
6161
steps:
6262
- name: Download artifacts
63-
uses: actions/download-artifact@v4
63+
uses: actions/download-artifact@v5
6464
with:
6565
name: site
6666
path: site

.github/workflows/release-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python-version }}
77-
- uses: actions/download-artifact@v4
77+
- uses: actions/download-artifact@v5
7878
with:
7979
pattern: dist-*
8080
merge-multiple: true
@@ -119,7 +119,7 @@ jobs:
119119
- uses: actions/setup-python@v5
120120
with:
121121
python-version: "3.12"
122-
- uses: actions/download-artifact@v4
122+
- uses: actions/download-artifact@v5
123123
with:
124124
pattern: dist-*
125125
merge-multiple: true

.github/workflows/release-osx-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- uses: actions/setup-python@v5
100100
with:
101101
python-version: "3.12"
102-
- uses: actions/download-artifact@v4
102+
- uses: actions/download-artifact@v5
103103
with:
104104
pattern: dist-*
105105
merge-multiple: true

0 commit comments

Comments
 (0)