chore(ci): downgrade actions/upload-artifact and actions/download-artifact to version 3 in build workflow
This commit is contained in:
@@ -47,7 +47,7 @@ jobs:
|
|||||||
run: go build -v -o server ./cmd/server
|
run: go build -v -o server ./cmd/server
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: backend-server-linux-amd64
|
name: backend-server-linux-amd64
|
||||||
path: server
|
path: server
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
password: ${{ secrets.GIT_TOKEN }}
|
password: ${{ secrets.GIT_TOKEN }}
|
||||||
|
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: backend-server-linux-amd64
|
name: backend-server-linux-amd64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user