Skip to content

Commit 1f7ad66

Browse files
committed
fix actions file
1 parent 6e632fa commit 1f7ad66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- target: x86_64-apple-darwin
2323
ext: ""
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
2626

2727
- name: Install Rust toolchain
2828
uses: actions-rs/toolchain@v1
@@ -53,7 +53,7 @@ jobs:
5353
shell: pwsh
5454

5555
- name: Upload artifact
56-
uses: actions/upload-artifact@v2
56+
uses: actions/upload-artifact@v3
5757
with:
5858
name: ${{ matrix.bin }}-${{ matrix.os }}
5959
path: "${{ matrix.bin }}-${{ matrix.os }}.zip"
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- name: Download all artifacts
66-
uses: actions/download-artifact@v2
66+
uses: actions/download-artifact@v3
6767
with:
6868
path: downloaded-artifacts
6969

@@ -91,4 +91,4 @@ jobs:
9191
token: ${{ secrets.GITHUB_TOKEN }}
9292
tag: ${{ github.ref }}
9393
owner: altunenes
94-
repo: rusty_art
94+
repo: rusty_art

0 commit comments

Comments
 (0)