File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
echo "hashes=$(sha256sum ./dist/* | base64 -w0)" >> $GITHUB_OUTPUT
84
84
85
85
- name : Upload built packages
86
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
86
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
87
87
with :
88
88
name : built-packages
89
89
path : ./dist/
90
90
if-no-files-found : warn
91
91
92
92
- name : Upload smoketest-artifacts
93
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
93
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
94
94
with :
95
95
name : smoketest-artifacts
96
96
path : smoketest-artifacts/
@@ -122,7 +122,7 @@ jobs:
122
122
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
123
123
124
124
- name : publish
125
- uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9 .0
125
+ uses : pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10 .0
126
126
with :
127
127
packages-dir : built-packages/
128
128
Original file line number Diff line number Diff line change 44
44
45
45
# Upload the results as artifacts (optional).
46
46
- name : " Upload artifact"
47
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
47
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
48
48
with :
49
49
name : SARIF file
50
50
path : results.sarif
You can’t perform that action at this time.
0 commit comments