Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump geekyeggo/delete-artifact from 2 to 5 #4233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/manage-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
--output "${{ steps.configuration.outputs.path }}/{}" \
--header "Authorization: token $GITHUB_TOKEN" \
--header "Accept: application/vnd.github.v3.{}" \
https://api.github.com/repos/${{ github.repository_owner }}/${{ github.event.repository.name }}/pulls/${{ github.event.pull_request.number }}${{ github.event.issue.number }}

Check warning on line 106 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

106:121 [line-length] line too long (189 > 120 characters)

Check warning on line 106 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

106:121 [line-length] line too long (189 > 120 characters)
' \
::: \
${{ env.DIFF_IDENTIFIER }} \
Expand All @@ -111,7 +111,7 @@

- name: Get head SHA of diff
id: head
run: echo "::set-output name=head::$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")"

Check warning on line 114 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

114:121 [line-length] line too long (131 > 120 characters)

Check warning on line 114 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

114:121 [line-length] line too long (131 > 120 characters)

- name: Upload diff file to workflow artifact
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -140,7 +140,7 @@
id: download-parser
uses: carlosperate/download-file-action@v2
with:
file-url: https://github.com/arduino/library-registry-submission-parser/releases/download/${{ env.SUBMISSION_PARSER_VERSION }}/parser

Check warning on line 143 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

143:121 [line-length] line too long (143 > 120 characters)

Check warning on line 143 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

143:121 [line-length] line too long (143 > 120 characters)
location: ${{ runner.temp }}

- name: Download diff
Expand All @@ -150,7 +150,7 @@
name: ${{ needs.diff.outputs.artifact }}

- name: Remove no longer needed artifact
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v5
with:
name: ${{ needs.diff.outputs.artifact }}

Expand All @@ -168,7 +168,7 @@
# certain workflow fields.
echo "::set-output name=type::$(echo "$REQUEST" | jq -r -c '.type')"
echo "::set-output name=error::$(echo "$REQUEST" | jq -r -c '.error')"
echo "::set-output name=arduinoLintLibraryManagerSetting::$(echo "$REQUEST" | jq -r -c '.arduinoLintLibraryManagerSetting')"

Check warning on line 171 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

171:121 [line-length] line too long (134 > 120 characters)

Check warning on line 171 in .github/workflows/manage-prs.yml

View workflow job for this annotation

GitHub Actions / Generate problem matcher output

171:121 [line-length] line too long (134 > 120 characters)
echo "::set-output name=submissions::$(echo "$REQUEST" | jq -c '.submissions')"
echo "::set-output name=index-entry::$(echo "$REQUEST" | jq -r -c '.indexEntry')"
echo "::set-output name=indexer-logs-urls::$(echo "$REQUEST" | jq -r -c '.indexerLogsURLs')"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
path: ${{ env.CONFIGURATIONS_FOLDER }}

- name: Remove unneeded artifact
uses: geekyeggo/delete-artifact@v2
uses: geekyeggo/delete-artifact@v5
with:
name: ${{ env.CONFIGURATIONS_ARTIFACT }}

Expand Down
Loading