GHA: Bump geekyeggo/delete-artifact to v5
This commit is contained in:
parent
58d7ea223e
commit
7160804c82
|
@ -15,11 +15,6 @@ on:
|
||||||
type: string
|
type: string
|
||||||
default: 4.2
|
default: 4.2
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cache-sha:
|
cache-sha:
|
||||||
name: Cache SHA
|
name: Cache SHA
|
||||||
|
|
|
@ -29,11 +29,6 @@ env:
|
||||||
DOTNET_NOLOGO: true
|
DOTNET_NOLOGO: true
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
android-builds:
|
android-builds:
|
||||||
runs-on: "ubuntu-20.04"
|
runs-on: "ubuntu-20.04"
|
||||||
|
@ -189,7 +184,7 @@ jobs:
|
||||||
ls -l out/*
|
ls -l out/*
|
||||||
|
|
||||||
- name: Delete Android template builds
|
- name: Delete Android template builds
|
||||||
uses: geekyeggo/delete-artifact@v4
|
uses: geekyeggo/delete-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: tmp-android-templates-*
|
name: tmp-android-templates-*
|
||||||
useGlob: true
|
useGlob: true
|
||||||
|
|
|
@ -29,11 +29,6 @@ env:
|
||||||
DOTNET_NOLOGO: true
|
DOTNET_NOLOGO: true
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ios-builds:
|
ios-builds:
|
||||||
runs-on: "macos-latest"
|
runs-on: "macos-latest"
|
||||||
|
@ -204,7 +199,7 @@ jobs:
|
||||||
path: out/*
|
path: out/*
|
||||||
|
|
||||||
- name: Delete templates artifact
|
- name: Delete templates artifact
|
||||||
uses: geekyeggo/delete-artifact@v4
|
uses: geekyeggo/delete-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: tmp-ios-templates-*
|
name: tmp-ios-templates-*
|
||||||
useGlob: true
|
useGlob: true
|
||||||
|
|
|
@ -37,11 +37,6 @@ env:
|
||||||
DOTNET_NOLOGO: true
|
DOTNET_NOLOGO: true
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
DOTNET_CLI_TELEMETRY_OPTOUT: true
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
macos-builds:
|
macos-builds:
|
||||||
runs-on: "macos-latest"
|
runs-on: "macos-latest"
|
||||||
|
@ -298,7 +293,7 @@ jobs:
|
||||||
echo "${GODOT_VERSION}.limboai+${LIMBOAI_VERSION}" > out/templates/version.txt
|
echo "${GODOT_VERSION}.limboai+${LIMBOAI_VERSION}" > out/templates/version.txt
|
||||||
ls out/templates/
|
ls out/templates/
|
||||||
|
|
||||||
- uses: geekyeggo/delete-artifact@v4
|
- uses: geekyeggo/delete-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: tmp-macos-*
|
name: tmp-macos-*
|
||||||
useGlob: true
|
useGlob: true
|
||||||
|
|
|
@ -29,11 +29,6 @@ env:
|
||||||
GODOT_REF: "4.2"
|
GODOT_REF: "4.2"
|
||||||
GODOT_CPP_REF: "4.2"
|
GODOT_CPP_REF: "4.2"
|
||||||
|
|
||||||
permissions:
|
|
||||||
actions: write
|
|
||||||
contents: read
|
|
||||||
packages: read
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-tests:
|
unit-tests:
|
||||||
name: 🧪 Unit tests
|
name: 🧪 Unit tests
|
||||||
|
|
Loading…
Reference in New Issue