Skip to content

Commit

Permalink
update actions to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Caha committed May 28, 2024
1 parent f27e0c0 commit 352be3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: robinraju/release-downloader@v1.8
- uses: robinraju/release-downloader@v1.10
with:
repository: "MerginMaps/geodiff"
latest: true
Expand All @@ -26,7 +26,7 @@ jobs:
cd scripts/windows_binaries
del geodiff_*.zip
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand All @@ -43,7 +43,7 @@ jobs:
run: copy config.yaml.default scripts/dist/config.yaml

- name: Upload Zip file as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dbsync_standalone_win
path: scripts/dist
2 changes: 1 addition & 1 deletion .github/workflows/tests_mergin_db_sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python3 -m pip install mergin-client pytest pytest-cov dynaconf psycopg2
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run tests
run: |
Expand Down

0 comments on commit 352be3f

Please sign in to comment.