Skip to content

Commit

Permalink
Update build.yml: actions/download-artifact to v3 (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov committed Mar 15, 2023
1 parent 09ea194 commit b81260c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
- uses: actions/checkout@v3
- name: Download installers from GitHub artifacts
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ~/_artifacts
- name: Set up
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
sudo /etc/init.d/mysql start
- name: Download installers from GitHub artifacts
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: server-deb
path: _artifacts
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
- uses: actions/checkout@v3
- name: Download installers from GitHub artifacts
id: download
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: _artifacts
- run: |
Expand Down

0 comments on commit b81260c

Please sign in to comment.