Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/sync-labels-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/checkout@v4

- name: Download configuration file artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
merge-multiple: true
pattern: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-install-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

steps:
- name: Download script artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ env.SCRIPT_ARTIFACT_NAME }}

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"

- name: Download script artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ env.SCRIPT_ARTIFACT_NAME }}

Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:

steps:
- name: Download script artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ env.SCRIPT_ARTIFACT_NAME }}

Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

steps:
- name: Download script artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ env.SCRIPT_ARTIFACT_NAME }}

Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
echo "SECOND_BINDIR=${{ runner.temp }}/${SECOND_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"

- name: Download script artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ env.SCRIPT_ARTIFACT_NAME }}

Expand Down
Loading