File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
template/.github/workflows Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 - name : Check package
2626 run : pixi run -e build check-wheel
2727 - name : Upload package
28- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
28+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
2929 with :
3030 name : artifact
3131 path : dist/*
3939 id-token : write
4040 environment : pypi
4141 steps :
42- - uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
42+ - uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
4343 with :
4444 name : artifact
4545 path : dist
Original file line number Diff line number Diff line change 6868 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6969 # format to the repository Actions tab.
7070 - name: "Upload artifact"
71- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
71+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7272 with:
7373 name: SARIF file
7474 path: results.sarif
You can’t perform that action at this time.
0 commit comments