Skip to content

Commit e149222

Browse files
authored
Merge pull request #4 from vsilent/dependabot/github_actions/actions/upload-artifact-v2.2.2
Bump actions/upload-artifact from v1 to v2.2.2
2 parents cc1c5ae + 8665dd1 commit e149222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cd ..
103103
104104
- name: Upload app archive for Docker job
105-
uses: actions/upload-artifact@v1
105+
uses: actions/upload-artifact@v2.2.2
106106
with:
107107
name: artifact-linux-docker
108108
path: app.tar.gz

0 commit comments

Comments
 (0)