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 actions/download-artifact from 3 to 4.1.7 in /.github/workflows #1183

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,13 @@
include:
- name: mips_24kc
sdk_ver: 22.03.3
sdk: https://downloads.openwrt.org/releases/22.03.3/targets/lantiq/xrx200/openwrt-sdk-22.03.3-lantiq-xrx200_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Check warning on line 492 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

492:81 [line-length] line too long (155 > 80 characters)

Check warning on line 492 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

492:81 [line-length] line too long (155 > 80 characters)
- name: i386_pentium4
sdk_ver: 22.03.3
sdk: https://downloads.openwrt.org/releases/22.03.3/targets/x86/generic/openwrt-sdk-22.03.3-x86-generic_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Check warning on line 495 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

495:81 [line-length] line too long (151 > 80 characters)

Check warning on line 495 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

495:81 [line-length] line too long (151 > 80 characters)
- name: x86_64
sdk_ver: 22.03.3
sdk: https://downloads.openwrt.org/releases/22.03.3/targets/x86/64/openwrt-sdk-22.03.3-x86-64_gcc-11.2.0_musl.Linux-x86_64.tar.xz

Check warning on line 498 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

498:81 [line-length] line too long (141 > 80 characters)

Check warning on line 498 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / Code syntax

498:81 [line-length] line too long (141 > 80 characters)

defaults:
run:
Expand Down Expand Up @@ -799,7 +799,7 @@

- name: Fetch all Artifacts
if: steps.get_tagtype.outputs.TAGTYPE == 'tag'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: artifacts

Expand Down
Loading