Bump actions/upload-artifact from 2 to 3 (#16)
This commit is contained in:
parent
f426c0f7e9
commit
5591967c35
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -40,7 +40,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
||||
run: docker save 3proxy:local > ./docker-image.tar
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: docker-image
|
||||
path: ./docker-image.tar
|
||||
|
Loading…
x
Reference in New Issue
Block a user