瀏覽代碼

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

dependabot[bot] 21 小時之前
父節點
當前提交
b414b90383
共有 1 個文件被更改,包括 2 次插入2 次删除
  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/