@@ -28,10 +28,10 @@ jobs:
2828
2929 steps :
3030 - name : Get source code
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v6
3232
3333 - name : Setup Python
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ env.PYTHON_VERSION }}
3737
4949 - name : Compile translations
5050 run : lrelease ${{ env.PROJECT_FOLDER }}/resources/i18n/*.ts
5151
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v6
5353 with :
5454 name : translations-build
5555 path : ${{ env.PROJECT_FOLDER }}/**/*.qm
@@ -66,10 +66,10 @@ jobs:
6666
6767 steps :
6868 - name : Checkout
69- uses : actions/checkout@v4
69+ uses : actions/checkout@v6
7070
7171 - name : Setup Python
72- uses : actions/setup-python@v5
72+ uses : actions/setup-python@v6
7373 with :
7474 cache : " pip"
7575 cache-dependency-path : " requirements/packaging.txt"
8181 python -m pip install -U -r requirements/packaging.txt
8282
8383 - name : Download translations
84- uses : actions/download-artifact@v4
84+ uses : actions/download-artifact@v7
8585 with :
8686 name : translations-build
8787 path : ${{ env.PROJECT_FOLDER }}
@@ -102,7 +102,7 @@ jobs:
102102 --allow-uncommitted-changes \
103103 --plugin-repo-url $(gh api "repos/$GITHUB_REPOSITORY/pages" --jq '.html_url')
104104
105- - uses : actions/upload-artifact@v4
105+ - uses : actions/upload-artifact@v6
106106 with :
107107 name : ${{ env.PROJECT_FOLDER }}-latest
108108 path : |
@@ -123,10 +123,10 @@ jobs:
123123
124124 steps :
125125 - name : Checkout
126- uses : actions/checkout@v4
126+ uses : actions/checkout@v6
127127
128128 - name : Setup Python
129- uses : actions/setup-python@v5
129+ uses : actions/setup-python@v6
130130 with :
131131 cache : " pip"
132132 cache-dependency-path : " requirements/packaging.txt"
@@ -138,7 +138,7 @@ jobs:
138138 python -m pip install -U -r requirements/packaging.txt
139139
140140 - name : Download translations
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@v7
142142 with :
143143 name : translations-build
144144 path : ${{ env.PROJECT_FOLDER }}
@@ -165,4 +165,4 @@ jobs:
165165 --create-plugin-repo
166166 --github-token ${{ secrets.GITHUB_TOKEN }}
167167 --osgeo-username ${{ secrets.OSGEO_USER }}
168- --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
168+ --osgeo-password ${{ secrets.OSGEO_PASSWORD }}
0 commit comments