mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Update actions to fix deprecations
This commit is contained in:
committed by
Robbert van der Helm
parent
7309c0c42e
commit
03499517a2
@@ -30,7 +30,7 @@ jobs:
|
|||||||
# these steps
|
# these steps
|
||||||
# https://github.community/t5/GitHub-Actions/reusing-sharing-inheriting-steps-between-jobs-declarations/td-p/37849
|
# https://github.community/t5/GitHub-Actions/reusing-sharing-inheriting-steps-between-jobs-declarations/td-p/37849
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# Needed for git-describe to do anything useful, the safe directory
|
# Needed for git-describe to do anything useful, the safe directory
|
||||||
# workaround is needed for https://github.com/actions/runner/issues/2033
|
# workaround is needed for https://github.com/actions/runner/issues/2033
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
tar -caf "$ARCHIVE_NAME" yabridge
|
tar -caf "$ARCHIVE_NAME" yabridge
|
||||||
rm -rf yabridge
|
rm -rf yabridge
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARCHIVE_NAME }}
|
name: ${{ env.ARCHIVE_NAME }}
|
||||||
path: ${{ env.ARCHIVE_NAME }}
|
path: ${{ env.ARCHIVE_NAME }}
|
||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
artifact-name: ${{ env.ARCHIVE_NAME }}
|
artifact-name: ${{ env.ARCHIVE_NAME }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# Needed for git-describe to do anything useful, the safe directory
|
# Needed for git-describe to do anything useful, the safe directory
|
||||||
# workaround is needed for https://github.com/actions/runner/issues/2033
|
# workaround is needed for https://github.com/actions/runner/issues/2033
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
|
|
||||||
tar -caf "$ARCHIVE_NAME" yabridge
|
tar -caf "$ARCHIVE_NAME" yabridge
|
||||||
rm -rf yabridge
|
rm -rf yabridge
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARCHIVE_NAME }}
|
name: ${{ env.ARCHIVE_NAME }}
|
||||||
path: ${{ env.ARCHIVE_NAME }}
|
path: ${{ env.ARCHIVE_NAME }}
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
artifact-name: ${{ env.ARCHIVE_NAME }}
|
artifact-name: ${{ env.ARCHIVE_NAME }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# Needed for git-describe to do anything useful, the safe directory
|
# Needed for git-describe to do anything useful, the safe directory
|
||||||
# workaround is needed for https://github.com/actions/runner/issues/2033
|
# workaround is needed for https://github.com/actions/runner/issues/2033
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
@@ -148,7 +148,7 @@ jobs:
|
|||||||
|
|
||||||
tar -caf "$ARCHIVE_NAME" yabridge
|
tar -caf "$ARCHIVE_NAME" yabridge
|
||||||
rm -rf yabridge
|
rm -rf yabridge
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARCHIVE_NAME }}
|
name: ${{ env.ARCHIVE_NAME }}
|
||||||
path: ${{ env.ARCHIVE_NAME }}
|
path: ${{ env.ARCHIVE_NAME }}
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: tools/yabridgectl
|
working-directory: tools/yabridgectl
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
# Needed for git-describe to do anything useful, the safe directory
|
# Needed for git-describe to do anything useful, the safe directory
|
||||||
# workaround is needed for https://github.com/actions/runner/issues/2033
|
# workaround is needed for https://github.com/actions/runner/issues/2033
|
||||||
- name: Fetch all git history
|
- name: Fetch all git history
|
||||||
@@ -189,7 +189,7 @@ jobs:
|
|||||||
|
|
||||||
tar -caf "$ARCHIVE_NAME" yabridgectl
|
tar -caf "$ARCHIVE_NAME" yabridgectl
|
||||||
rm -rf yabridgectl
|
rm -rf yabridgectl
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARCHIVE_NAME }}
|
name: ${{ env.ARCHIVE_NAME }}
|
||||||
# For some reason there's no way to tell GitHub actions to run actions
|
# For some reason there's no way to tell GitHub actions to run actions
|
||||||
|
|||||||
Reference in New Issue
Block a user