Skip to content

Commit f8c27f8

Browse files
committed
update GitHub Actions to use upload-artifact@v3
1 parent 83034c6 commit f8c27f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v3
4141
with:
4242
name: myproject-${{ matrix.os }}
4343
path: |
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Download artifacts
53-
uses: actions/download-artifact@v4.1.7
53+
uses: actions/download-artifact@v4
5454
with:
5555
name: myproject-${{ matrix.os }}
5656
path: .

0 commit comments

Comments
 (0)