4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v6
4545 with :
4646 ref : ${{ github.event.inputs.tag || github.event.inputs.branch || github.ref_name }}
4747
8686 shell : cmd
8787
8888 - name : Install Python (for aqtinstall)
89- uses : actions/setup-python@v5
89+ uses : actions/setup-python@v6
9090 with :
9191 python-version : " 3.11"
9292
@@ -128,7 +128,7 @@ jobs:
128128
129129 - name : Upload Executable
130130 id : upload-exe
131- uses : actions/upload-artifact@v4
131+ uses : actions/upload-artifact@v7
132132 if : success()
133133 with :
134134 name : omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}.exe
@@ -149,7 +149,7 @@ jobs:
149149 wait-for-completion-timeout-in-seconds : 3600
150150
151151 - name : Upload signed Executable
152- uses : actions/upload-artifact@v4
152+ uses : actions/upload-artifact@v7
153153 if : success() && env.SIGNING_POLICY_SLUG != 'none'
154154 with :
155155 name : omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}-signed.exe
@@ -188,7 +188,7 @@ jobs:
188188
189189 - name : Upload Installer
190190 id : upload-installer
191- uses : actions/upload-artifact@v4
191+ uses : actions/upload-artifact@v7
192192 if : success()
193193 with :
194194 name : qt5-omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}
@@ -209,7 +209,7 @@ jobs:
209209 wait-for-completion-timeout-in-seconds : 3600
210210
211211 - name : Upload signed Installer
212- uses : actions/upload-artifact@v4
212+ uses : actions/upload-artifact@v7
213213 if : success() && env.SIGNING_POLICY_SLUG != 'none'
214214 with :
215215 name : qt5-omodscan-${{ env.APP_VERSION }}_${{ env.CMAKE_ARCH }}-signed
0 commit comments