mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Merge pull request #64 from Laupetin/dependabot/github_actions/actions/download-artifact-4
Bump actions/download-artifact from 3 to 4
This commit is contained in:
commit
1b0f21eeb7
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
actions: read
|
actions: read
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v4
|
||||||
- name: Zip artifacts
|
- name: Zip artifacts
|
||||||
run: |
|
run: |
|
||||||
7z a oat-linux.tar ./oat-linux/*
|
7z a oat-linux.tar ./oat-linux/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user