diff --git a/.forgejo/workflows/package.yml b/.forgejo/workflows/package.yml index 2460314..c00d755 100644 --- a/.forgejo/workflows/package.yml +++ b/.forgejo/workflows/package.yml @@ -16,7 +16,7 @@ jobs: apt update; apt install -y python3-pip pip3 install --break-system-packages -e .[test] python3 setup.py egg_info bdist_wheel - - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v1 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2 build_debian: runs-on: docker @@ -26,12 +26,12 @@ jobs: run: | mkdir -p package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter cp -r templates/ package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter/templates/ - - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v2 with: python_module: tlsrpt_exporter package_name: prometheus-tlsrpt-exporter package_root: package/debian/prometheus-tlsrpt-exporter package_output_path: package/debian - - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-debian-package-upload@v2 with: deb: "package/debian/*.deb"