Skip to content

Commit d5273f8

Browse files
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c1d2e72 commit d5273f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,19 @@ jobs:
122122
echo "SWAMP_VERSION=${SWAMP_VERSION}" >> $GITHUB_OUTPUT
123123
git config --global user.email "[email protected]"
124124
git config --global user.name "Linwood CI"
125-
- uses: actions/download-artifact@v4
125+
- uses: actions/download-artifact@v5
126126
with:
127127
name: server-build-linux-x86_64
128128
path: server-build-linux-x86_64/
129-
- uses: actions/download-artifact@v4
129+
- uses: actions/download-artifact@v5
130130
with:
131131
name: server-build-linux-arm64
132132
path: server-build-linux-arm64/
133-
- uses: actions/download-artifact@v4
133+
- uses: actions/download-artifact@v5
134134
with:
135135
name: server-build-windows-x86_64
136136
path: server-build-windows-x86_64/
137-
- uses: actions/download-artifact@v4
137+
- uses: actions/download-artifact@v5
138138
with:
139139
name: server-build-macos
140140
path: server-build-macos/

0 commit comments

Comments
 (0)