Bump actions/upload-artifact from 2 to 3 (#16)

This commit is contained in:
dependabot[bot] 2022-05-01 17:24:57 +00:00 committed by GitHub
parent f426c0f7e9
commit 5591967c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs: # Docs: <https://git.io/JvxXE>
run: docker save 3proxy:local > ./docker-image.tar run: docker save 3proxy:local > ./docker-image.tar
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: docker-image name: docker-image
path: ./docker-image.tar path: ./docker-image.tar