mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix(deps): bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Sebastian Thomschke
parent
b30f9d6f42
commit
01ecee621c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -204,7 +204,7 @@ jobs:
|
||||
github-token: ${{ steps.generate_token.outputs.token }}
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- name: "Delete previous 'latest' release"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user