Skip to content

Commit 51ee088

Browse files
committed
Update to artifact@v4
1 parent 5ef2a25 commit 51ee088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
Copy-Item "client/bin/sqlrsync.exe" "release/$BINARY_NAME"
151151
152152
- name: Upload artifacts
153-
uses: actions/upload-artifact@v3
153+
uses: actions/upload-artifact@v4
154154
with:
155155
name: sqlrsync-${{ matrix.os }}-${{ matrix.arch }}
156156
path: release/*
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
steps:
163163
- name: Download all artifacts
164-
uses: actions/download-artifact@v3
164+
uses: actions/download-artifact@v4
165165

166166
- name: Upload to release
167167
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)