Skip to content

Commit b0991b6

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-go-3
2 parents 794158f + f0a8d71 commit b0991b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
make check-katacoda
4040
- name: Upload public folder
41-
uses: actions/upload-artifact@v2.3.1
41+
uses: actions/upload-artifact@v3
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
with:
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Download public folder
54-
uses: actions/download-artifact@v2.1.0
54+
uses: actions/download-artifact@v3
5555
with:
5656
name: public
5757
path: ./public

0 commit comments

Comments
 (0)