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

github.com/nextcloud/calendar.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-13 12:58:57 +0300
committerGitHub <noreply@github.com>2022-10-13 12:58:57 +0300
commitb0707dd546968e7583ce67269c02c7261ef4c5f0 (patch)
tree09d65d20c3c741f73e14a0ff31a1e930d76075d8 /.github
parentc8c659701444baa4951268b48610e41cdaf26e32 (diff)
Bump actions/upload-artifact from 2 to 3dependabot/github_actions/actions/upload-artifact-3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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 b4c6deee..961e04e0 100644
--- a/.github/workflows/package.yml
+++ b/.github/workflows/package.yml
@@ -26,7 +26,7 @@ jobs:
sudo dpkg -i krankerl_0.12.3_amd64.deb
- name: Package app
run: krankerl package
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
path: build/artifacts/calendar.tar.gz
if-no-files-found: error