Upgrade deprecated github actions (#1673)

* upgrade actions/checkout from v3 to v4

* upgrade actions/upload-artifact from v3 to v4

* upgrade actions/download-artifact from v2 and v3 to v4

* Fix duplicate artifact names in diff.yaml

* Fix duplicate artifact names in release_debian10.yaml and release_ubuntu2004.yaml
This commit is contained in:
Marko Barišić
2024-01-30 22:52:56 +01:00
committed by GitHub
parent 79361e9205
commit a9ef28c68e
11 changed files with 85 additions and 85 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Set up repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Number of commits to fetch. `0` indicates all history for all
# branches and tags. (default: 1)