Skip to content

Commit 864476e

Browse files
Bump actions/upload-artifact from 7.0.0 to 7.0.1 (#64)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0e2e9b commit 864476e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
unzip "$FILENAME" -d content
4343
echo "filename=${FILENAME:0:-4}" >> $GITHUB_OUTPUT
4444
- name: 📤 Upload artifact
45-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
45+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4646
with:
4747
name: ${{ steps.artifact.outputs.filename }}
4848
path: ./build/distributions/content/*/*
@@ -86,7 +86,7 @@ jobs:
8686
MATRIX_IDE: ${{ matrix.ide }}
8787
- name: 📤 Upload results
8888
if: ${{ always() }}
89-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
89+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
9090
with:
9191
name: pluginVerifier-result-${{ matrix.ide }}
9292
path: ${{ github.workspace }}/build/reports/pluginVerifier

0 commit comments

Comments
 (0)