Skip to content

Commit

Permalink
CICD: Bumps actions/upload-artifact from 3.1.3 to 4.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferata committed Feb 4, 2024
1 parent 139cc28 commit 561e6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- $PACKAGE_NAMES
- name: Enforce Go Formatted Code
run: "[ `go fmt ./... | wc -l` -eq 0 ]"
- uses: actions/upload-artifact@v3.1.3
- uses: actions/upload-artifact@v4.3.0
with:
path: "/tmp/test-results"

Expand Down Expand Up @@ -200,6 +200,6 @@ jobs:
echo "Skip test for ${{ matrix.provider }} provider"
fi
working-directory: integrationTest
- uses: actions/upload-artifact@v3.1.3
- uses: actions/upload-artifact@v4.3.0
with:
path: "/tmp/test-results"

0 comments on commit 561e6da

Please sign in to comment.