Skip to content

Commit

Permalink
CICD: Revert actions/upload-artifact to 3.1.3 (from 4.0.0) (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Dec 18, 2023
1 parent 1ebe440 commit 1bbf9c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_test.yml
Expand Up @@ -29,7 +29,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@v4.0.0
- uses: actions/upload-artifact@v3.1.3
with:
path: "/tmp/test-results"

Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
echo "Skip test for ${{ matrix.provider }} provider"
fi
working-directory: integrationTest
- uses: actions/upload-artifact@v4.0.0
- uses: actions/upload-artifact@v3.1.3
with:
path: "/tmp/test-results"
# release:
Expand Down Expand Up @@ -229,10 +229,10 @@ jobs:
# - name: Install goreleaser
# run: go install github.com/goreleaser/goreleaser@latest
# - run: goreleaser release
# - uses: actions/upload-artifact@v4.0.0
# - uses: actions/upload-artifact@v3.1.3
# with:
# path: dist
# - uses: actions/upload-artifact@v4.0.0
# - uses: actions/upload-artifact@v3.1.3
# with:
# path: |-
# dist/*.rpm
Expand Down

0 comments on commit 1bbf9c4

Please sign in to comment.