Commit b719cf9 1 parent b08fcc2 commit b719cf9 Copy full SHA for b719cf9
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
52
52
steps :
53
53
- name : Download artifact from build job
54
- uses : actions/download-artifact@v2
54
+ uses : actions/download-artifact@v4.1.7
55
55
with :
56
56
name : python-app
57
57
path : .
Original file line number Diff line number Diff line change 30
30
permissions :
31
31
contents : write
32
32
steps :
33
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
33
+ - uses : actions/download-artifact@v4.1.7
34
34
- name : create release
35
35
run : >
36
36
gh release create --draft --repo ${{ github.repository }}
46
46
permissions :
47
47
id-token : write
48
48
steps :
49
- - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
49
+ - uses : actions/download-artifact@v4.1.7
50
50
- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
51
51
with :
52
52
packages-dir : artifact/
You can’t perform that action at this time.
0 commit comments