We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3901f commit 9b08f97Copy full SHA for 9b08f97
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
run: bun test-ci
82
83
- name: 💾 Uploading coverage artifact
84
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
85
with:
86
name: lcov
87
path: ./coverage/lcov.info
@@ -95,7 +95,7 @@ jobs:
95
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
96
97
- name: 👀 Get coverage artifact
98
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
+ uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
99
100
101
path: ./coverage
0 commit comments