Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
}

- name: Upload Arbeitszeitrechner-${{ matrix.runtime }}
uses: actions/upload-artifact@v6.0.0
uses: actions/upload-artifact@v7.0.0
with:
if-no-files-found: error
name: Arbeitszeitrechner-${{ matrix.runtime }}
Expand All @@ -140,13 +140,13 @@ jobs:
show-progress: false

- name: Download linux-x64 artifact
uses: actions/download-artifact@v7.0.0
uses: actions/download-artifact@v8.0.0
with:
name: Arbeitszeitrechner-linux-x64
path: out

- name: Download win-x64 artifact
uses: actions/download-artifact@v7.0.0
uses: actions/download-artifact@v8.0.0
with:
name: Arbeitszeitrechner-win-x64
path: out
Expand All @@ -165,7 +165,7 @@ jobs:
sha512sum *.zip > SHA512SUMS

- name: Upload SHA512SUMS
uses: actions/upload-artifact@v6.0.0
uses: actions/upload-artifact@v7.0.0
with:
if-no-files-found: error
name: SHA512SUMS
Expand Down