Compare commits

6 Commits

Author SHA1 Message Date
renovate[bot]
01b7d30754 chore(deps): update actions/checkout action to v5 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-12 10:37:04 +04:00
renovate[bot]
40b0f2f582 chore(deps): update actions/checkout digest to 08eba0b (#48)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-11 16:50:48 +00:00
renovate[bot]
5c3c2a9503 chore(deps): update actions/download-artifact action to v5 (#47)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-07 18:20:42 +04:00
renovate[bot]
fd891dd613 chore(deps): update actions/download-artifact action to v4.3.0 (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-24 22:29:33 +00:00
renovate[bot]
a57d22a993 chore(deps): update actions/download-artifact action to v4.2.1 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-19 23:05:38 +00:00
renovate[bot]
003c0609e3 chore(deps): update actions/download-artifact action to v4.2.0 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-18 21:40:37 +00:00

View File

@@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Setup .NET - name: Setup .NET
uses: actions/setup-dotnet@v4 uses: actions/setup-dotnet@v4
with: with:
@@ -36,13 +36,13 @@ jobs:
steps: steps:
- name: Download generic artifacts - name: Download generic artifacts
uses: actions/download-artifact@v4.1.9 uses: actions/download-artifact@v5.0.0
with: with:
name: ${{ github.event.repository.name }} name: ${{ github.event.repository.name }}
path: out/${{ github.event.repository.name }} path: out/${{ github.event.repository.name }}
- name: Download Windows artifacts - name: Download Windows artifacts
uses: actions/download-artifact@v4.1.9 uses: actions/download-artifact@v5.0.0
with: with:
name: ${{ github.event.repository.name }}-Windows name: ${{ github.event.repository.name }}-Windows
path: out/${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows