ci: Updates actions/checkout and actions/upload-artifact to v4

This commit is contained in:
Christian Koop 2024-02-26 12:55:53 +01:00
parent 66d9c58113
commit d3b528dda9
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Prepare Workspace - name: Prepare Workspace
uses: craftaro/GH-Commons/.github/actions/setup_workspace@master uses: craftaro/GH-Commons/.github/actions/setup_workspace@master
with: with:
@ -50,13 +50,13 @@ jobs:
keystore_password: ${{ secrets.PLUGINS_JARSIGNER_KEYSTORE_PASSWORD }} keystore_password: ${{ secrets.PLUGINS_JARSIGNER_KEYSTORE_PASSWORD }}
- name: Upload Build Artifacts [API] - name: Upload Build Artifacts [API]
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ${{ github.event.repository.name }}-API name: ${{ github.event.repository.name }}-API
path: ${{ env.DEPLOYMENT_ARTIFACT_DIR }}/${{ env.DEPLOYMENT_ARTIFACT_SELECTOR }} path: ${{ env.DEPLOYMENT_ARTIFACT_DIR }}/${{ env.DEPLOYMENT_ARTIFACT_SELECTOR }}
- name: Upload Build Artifacts [Plugin] - name: Upload Build Artifacts [Plugin]
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: ${{ github.event.repository.name }} name: ${{ github.event.repository.name }}
path: ${{ env.PLUGIN_ARTIFACT_DIR }}/${{ env.PLUGIN_ARTIFACT_SELECTOR }} path: ${{ env.PLUGIN_ARTIFACT_DIR }}/${{ env.PLUGIN_ARTIFACT_SELECTOR }}
@ -87,7 +87,7 @@ jobs:
if: ${{ always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || github.ref_type == 'tag') }} if: ${{ always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || github.ref_type == 'tag') }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Notify Webhook - name: Notify Webhook
uses: craftaro/GH-Commons/.github/actions/discord_send_job_results@master uses: craftaro/GH-Commons/.github/actions/discord_send_job_results@master
with: with: