1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-07-16 07:24:44 +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

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