mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 04:50:56 +02:00
Bump github actions
This commit is contained in:
parent
bf5d48c76a
commit
d23c4af57c
2 changed files with 3 additions and 3 deletions
4
.github/actions/test/action.yml
vendored
4
.github/actions/test/action.yml
vendored
|
|
@ -52,14 +52,14 @@ runs:
|
|||
echo "Sonarr__Postgres__Password=postgres" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: ${{ inputs.artifact }}
|
||||
path: _tests
|
||||
|
||||
- name: Download Binary Artifact
|
||||
if: ${{ inputs.integration_tests }}
|
||||
uses: actions/download-artifact@v5
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: ${{ inputs.binary_artifact }}
|
||||
path: _output
|
||||
|
|
|
|||
2
.github/workflows/build_v5.yml
vendored
2
.github/workflows/build_v5.yml
vendored
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Volta
|
||||
uses: volta-cli/action@v4
|
||||
uses: volta-cli/action@v5
|
||||
|
||||
- name: Yarn Install
|
||||
run: yarn install
|
||||
|
|
|
|||
Loading…
Reference in a new issue