mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
use geekyeggo/delete-artifact@v2
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -244,9 +244,8 @@ jobs:
|
||||
--attach "kleinanzeigen-bot-linux-amd64" \
|
||||
--attach "kleinanzeigen-bot-windows-amd64.exe"
|
||||
|
||||
- name: Delete intermediate build artifacts
|
||||
uses: geekyeggo/delete-artifact@1-glob-support # https://github.com/GeekyEggo/delete-artifact/
|
||||
- name: "Delete intermediate build artifacts"
|
||||
uses: geekyeggo/delete-artifact@v2 # https://github.com/GeekyEggo/delete-artifact/
|
||||
with:
|
||||
name: "*"
|
||||
useGlob: true
|
||||
failOnError: false
|
||||
|
||||
Reference in New Issue
Block a user