Skip to content

Commit 8be6819

Browse files
authored
Update Check & Deploy workflow
1 parent d062d79 commit 8be6819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout git repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
submodules: true
1616
path: _src/
@@ -55,7 +55,7 @@ jobs:
5555
python3 -m pip install dist/flavio-*.whl
5656
5757
- name: Upload build as artifact
58-
uses: actions/upload-artifact@v1
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: flavio-dist-${{ github.sha }}
6161
path: dist

0 commit comments

Comments
 (0)