Skip to content

Commit cfb6309

Browse files
authored
Merge pull request #14 from coder/dependabot/github_actions/main/actions/upload-artifact-3
chore: bump actions/upload-artifact from 2 to 3
2 parents 82a48db + cb02ab7 commit cfb6309

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# Collect Tests Result of failed tests
7373
- name: Collect Tests Result
7474
if: ${{ failure() }}
75-
uses: actions/upload-artifact@v2
75+
uses: actions/upload-artifact@v3
7676
with:
7777
name: tests-result
7878
path: ${{ github.workspace }}/build/reports/tests
@@ -97,7 +97,7 @@ jobs:
9797
# # Collect Plugin Verifier Result
9898
# - name: Collect Plugin Verifier Result
9999
# if: ${{ always() }}
100-
# uses: actions/upload-artifact@v2
100+
# uses: actions/upload-artifact@v3
101101
# with:
102102
# name: pluginVerifier-result
103103
# path: ${{ github.workspace }}/build/reports/pluginVerifier
@@ -117,7 +117,7 @@ jobs:
117117
echo "::set-output name=filename::${FILENAME:0:-4}"
118118
# Store already-built plugin as an artifact for downloading
119119
- name: Upload artifact
120-
uses: actions/upload-artifact@v2.2.4
120+
uses: actions/upload-artifact@v3
121121
with:
122122
name: ${{ steps.artifact.outputs.filename }}
123123
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)