Prechádzať zdrojové kódy

chore(ci): bump the github-actions group with 2 updates (#408)

dependabot[bot] 21 hodín pred
rodič
commit
b414b90383
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      .github/workflows/python-publish.yml

+ 2 - 2
.github/workflows/python-publish.yml

@@ -26,7 +26,7 @@ jobs:
       - name: Build a binary wheel and a source tarball
         run: python3 -m build
       - name: Store the distribution packages
-        uses: actions/upload-artifact@v4
+        uses: actions/upload-artifact@v5
         with:
           name: python-package-distributions
           path: dist/
@@ -45,7 +45,7 @@ jobs:
 
     steps:
       - name: Download all the dists
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v6
         with:
           name: python-package-distributions
           path: dist/