Skip to content

Commit

Permalink
ci: Update to the latest action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aervyon committed Aug 12, 2024
1 parent 81737d2 commit 09387af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
FOLDCLI_MONGO_URI: ${{ secrets.FOLDCLI_MONGO_URI }}
FOLDCLI_DB_NAME: foldcli-testing
- name: Upload Go test results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: Go-results-${{ matrix.go-version }}-${{ matrix.os }}-${{ env.SHA }}
Expand Down

0 comments on commit 09387af

Please sign in to comment.