Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-04-12 12:49:48 +0300
committerGitHub <noreply@github.com>2022-04-12 12:49:48 +0300
commit8cb6063d1fcfe8138a2fcd0c52672cac6b66691c (patch)
tree99b1a6545a18f5df209620a9d39e7baccb59d722 /.github
parent872473ce5233d7b7b748f87017326a0843930ee2 (diff)
parent380f272e69bdd0f93538ee0ee1b35ae83daf879b (diff)
Merge pull request #6221 from nextcloud/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml
index b24b533b8..122936bb1 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -31,7 +31,7 @@ jobs:
sudo dpkg -i krankerl_0.13.0_amd64.deb
- name: Package app
run: krankerl package
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
path: build/artifacts/mail.tar.gz
if-no-files-found: error