From 1703dff07645544d66da935a85dce9d7b42b5142 Mon Sep 17 00:00:00 2001 From: Jan Gleytenhoover Date: Mon, 12 Aug 2024 08:03:44 +0000 Subject: [PATCH] revert 31722cb30bf5f797b4595bf4265c671d489d7078 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit revert Update actions/upload-artifact action to v4 (#10) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://github.com/actions/upload-artifact) | action | major | `v3` -> `v4` | --- ### Release Notes
actions/upload-artifact (actions/upload-artifact) ### [`v4`](https://github.com/actions/upload-artifact/compare/v3...v4) [Compare Source](https://github.com/actions/upload-artifact/compare/v3...v4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.kjan.de/jank/origin-shift/pulls/10 Co-authored-by: Renovate Co-committed-by: Renovate --- .gitea/workflows/CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/CI.yaml b/.gitea/workflows/CI.yaml index fa9a89e..b1a81cd 100644 --- a/.gitea/workflows/CI.yaml +++ b/.gitea/workflows/CI.yaml @@ -30,7 +30,7 @@ jobs: - name: Build run: cargo build --release - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: build path: target/release/passwd-cooker