There was an error while loading. Please reload this page.
1 parent 7aa932f commit d515f4fCopy full SHA for d515f4f
1 file changed
.github/workflows/release.yml
@@ -25,6 +25,7 @@ on:
25
tags: ["v*"]
26
27
permissions:
28
+ id-token: write
29
contents: read
30
31
jobs:
@@ -104,7 +105,7 @@ jobs:
104
105
- name: Leak scan (source + built artifacts)
106
run: python scripts/leak_scan.py --require-dist
107
- - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
108
+ - uses: DevinoSolutions/artifact/upload@v1
109
with:
110
name: dist
111
path: dist/
@@ -119,7 +120,7 @@ jobs:
119
120
121
id-token: write # required for OIDC trusted publishing
122
steps:
- - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
123
+ - uses: DevinoSolutions/artifact/download@v1
124
125
126
0 commit comments