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 1 to 4.1.7 in /.github/workflows #3661

Open
wants to merge 1 commit into
base: release
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/AutoCreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
prerelease: false
draft: true
- name: Download luac.cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: luac.cross_51_float_win
path: ./
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
submodules: false
- name: Download luac.cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
path: ./
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
with:
submodules: false
- name: Download luac.cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
path: ./
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
with:
submodules: false
- name: Download luac.cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}
path: ./
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
with:
submodules: false
- name: Download luac.cross
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: luac.cross_${{ matrix.lua_ver }}_${{ matrix.numbers }}_win
path: ./
Expand Down
Loading