1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-06-18 17:50:01 +02:00

chore(deps): Bump actions/upload-artifact from 2 to 3 (#2542)

This commit is contained in:
dependabot[bot] 2022-04-11 16:19:53 +02:00 committed by GitHub
parent 6553f627e8
commit f3fe454b43
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ jobs:
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
- name: 'Upload artifact for workflow transfer'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: preview-build
path: artifact.tar.zst