Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
0931ed2308 Update https://git.quad4.io/actions/download-artifact action to v7
All checks were successful
Build and Publish Docker Image / build (pull_request) Successful in 7m20s
2026-01-01 00:03:04 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Python
uses: https://git.quad4.io/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
with:
python-version: "3.13"
- name: Install pypa/build
@@ -54,7 +54,7 @@ jobs:
steps:
- name: Download all the dists
uses: https://git.quad4.io/actions/download-artifact@10979da4ee3096dd7ca8d9a35c72871335fee704 # v5
uses: https://git.quad4.io/actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
with:
name: python-package-distributions
path: dist/

View File

@@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: https://git.quad4.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Python
uses: https://git.quad4.io/actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
uses: https://git.quad4.io/actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v5
with:
python-version: '3.10'
- name: Install dependencies