Skip to content

Commit

Permalink
Merge pull request #11086 from yaoxuwan/issue_10693_new
Browse files Browse the repository at this point in the history
build(deps): bump actions/download-artifact in /.github/workflows
  • Loading branch information
irwinsun authored Oct 16, 2024
2 parents d79bc64 + 9b4ddc4 commit 09e91c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: download frontend
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: frontend
path: src/frontend/frontend
- name: download agent
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: agent
path: src/agent/agent/bin/
- name: download backend
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: backend-jar
path: src/backend/ci/release
Expand All @@ -61,17 +61,17 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: download frontend
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: frontend
path: src/frontend/frontend
- name: download agent
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: agent
path: src/agent/agent/bin/
- name: download bkci
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: backend-docker
path: src/backend/ci/release
Expand Down Expand Up @@ -131,12 +131,12 @@ jobs:
needs: [package-zip, package-helm]
steps:
- name: download bkci-slim
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: bkci-slim
path: ./
- name: download bkci-chart
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: bkci-chart
path: ./
Expand Down

0 comments on commit 09e91c2

Please sign in to comment.