diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 3b64e9d..98c142b 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -93,7 +93,7 @@ jobs: # Upload digest - name: Upload digest - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 with: name: digests path: /tmp/digests/* diff --git a/.github/workflows/update-stores.yml b/.github/workflows/update-stores.yml index e2140eb..dfafe99 100644 --- a/.github/workflows/update-stores.yml +++ b/.github/workflows/update-stores.yml @@ -109,7 +109,7 @@ jobs: - name: Save Store Types JSON Artifact if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.6.2 with: name: store-types path: | @@ -118,14 +118,14 @@ jobs: - name: Save Invalid Store Types JSON Artifact if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.6.2 with: name: invalid-repos path: ./tools/store-type-merge/invalid_repos.json - name: Save logs directory if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v4.6.2 with: name: logs path: ./tools/store-type-merge/log