Skip to content

Commit 5263661

Browse files
committed
Upgrade verion of actions.
1 parent 556a2c5 commit 5263661

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
ubuntu-build:
1616
runs-on: ubuntu-20.04
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- name: prep
2020
run: |
2121
sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl wget
@@ -38,7 +38,7 @@ jobs:
3838
- name: ssl file list
3939
run: rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
4040
- name: save artifact
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v3
4242
with:
4343
name: ubuntu-bin
4444
path: |
@@ -53,7 +53,7 @@ jobs:
5353
macos-build:
5454
runs-on: macos-latest
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
- name: prep
5858
run: |
5959
brew install automake openssl xxhash zstd lz4 wget
@@ -73,7 +73,7 @@ jobs:
7373
- name: ssl file list
7474
run: rsync-ssl --no-motd download.samba.org::rsyncftp/ || true
7575
- name: save artifact
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v3
7777
with:
7878
name: macos-bin
7979
path: |
@@ -89,7 +89,7 @@ jobs:
8989
runs-on: windows-2022
9090
if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
9191
steps:
92-
- uses: actions/checkout@v2
92+
- uses: actions/checkout@v3
9393
- name: cygwin
9494
run: choco install -y --no-progress cygwin cyg-get
9595
- name: prep
@@ -112,7 +112,7 @@ jobs:
112112
- name: ssl file list
113113
run: bash -c 'PATH="/usr/local/bin:$PATH" rsync-ssl --no-motd download.samba.org::rsyncftp/ || true'
114114
- name: save artifact
115-
uses: actions/upload-artifact@v2
115+
uses: actions/upload-artifact@v3
116116
with:
117117
name: cygwin-bin
118118
path: |

0 commit comments

Comments
 (0)