Skip to content

Commit 88bf8c0

Browse files
authored
Merge pull request #34 from arduino-libraries/dependabot/github_actions/geekyeggo/delete-artifact-4
Bump geekyeggo/delete-artifact from 2 to 4
2 parents 30b1a52 + 0c48db4 commit 88bf8c0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Diff for: .github/workflows/sync-labels.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ env:
2424
jobs:
2525
check:
2626
runs-on: ubuntu-latest
27-
permissions:
28-
contents: read
2927

3028
steps:
3129
- name: Checkout repository
@@ -57,7 +55,6 @@ jobs:
5755
download:
5856
needs: check
5957
runs-on: ubuntu-latest
60-
permissions: {}
6158

6259
strategy:
6360
matrix:
@@ -84,9 +81,6 @@ jobs:
8481
sync:
8582
needs: download
8683
runs-on: ubuntu-latest
87-
permissions:
88-
contents: read
89-
issues: write
9084

9185
steps:
9286
- name: Set environment variables
@@ -120,7 +114,7 @@ jobs:
120114
path: ${{ env.CONFIGURATIONS_FOLDER }}
121115

122116
- name: Remove unneeded artifact
123-
uses: geekyeggo/delete-artifact@v2
117+
uses: geekyeggo/delete-artifact@v4
124118
with:
125119
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
126120

@@ -141,4 +135,4 @@ jobs:
141135
github-label-sync \
142136
--labels "${{ env.MERGED_CONFIGURATION_PATH }}" \
143137
${{ steps.dry-run.outputs.flag }} \
144-
${{ github.repository }}
138+
${{ github.repository }}

0 commit comments

Comments
 (0)