File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 sed -i "s|pykrakenapi|# pykrakenapi|g" requirements_all.txt
176176
177177 - name : Download translations
178- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
178+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
179179 with :
180180 name : translations
181181
@@ -464,7 +464,7 @@ jobs:
464464 python-version : ${{ env.DEFAULT_PYTHON }}
465465
466466 - name : Download translations
467- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
467+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
468468 with :
469469 name : translations
470470
Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ jobs:
867867 run : |
868868 echo "::add-matcher::.github/workflows/matchers/pytest-slow.json"
869869 - name : Download pytest_buckets
870- uses : &actions-download-artifact actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
870+ uses : &actions-download-artifact actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
871871 with :
872872 name : pytest_buckets
873873 - &compile-english-translations
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150150
151151 - &download-env-file
152152 name : Download env_file
153- uses : &actions-download-artifact actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
153+ uses : &actions-download-artifact actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
154154 with :
155155 name : env_file
156156
You can’t perform that action at this time.
0 commit comments