mirror of
https://github.com/ryanvolz/radioconda.git
synced 2025-04-16 08:18:33 -04:00
Update from deprecated actions
This commit is contained in:
parent
6beec7403b
commit
e0396d58ee
4
.github/workflows/build_radioconda.yml
vendored
4
.github/workflows/build_radioconda.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install coreutils for macOS
|
||||
if: runner.os == 'macOS'
|
||||
@ -184,7 +184,7 @@ jobs:
|
||||
|
||||
- name: Upload to Github artifact
|
||||
if: ${{ (success() || failure()) && !startsWith(github.ref, 'refs/tags/') }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: dist/*
|
||||
name: ${{ matrix.OS_NAME }}-${{ matrix.ARCH }}
|
||||
|
Loading…
Reference in New Issue
Block a user