Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
DATABASE_URL: postgres://proxy:testpass@127.0.0.1:5433/proxy
TEST_DATABASE_URL: postgres://proxy:testpass@127.0.0.1:5433/proxy
- name: Upload coverage report
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
with:
name: coverage-report
path: coverage/
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
env:
GATEWAY_URL: http://localhost:8080
- name: Upload Playwright report
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
with:
name: playwright-report
path: tests/frontend/playwright-report/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
cd target/${{ matrix.target }}/release
tar czf ../../../ccag-server-linux-${{ matrix.arch }}.tar.gz ccag-server
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: server-${{ matrix.arch }}
path: ccag-server-linux-${{ matrix.arch }}.tar.gz
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
shell: pwsh
run: |
Compress-Archive -Path "target/${{ matrix.target }}/release/ccag.exe" -DestinationPath "ccag-cli-windows-${{ matrix.arch }}.zip"
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: cli-${{ matrix.os }}-${{ matrix.arch }}
path: ccag-cli-${{ matrix.os }}-${{ matrix.arch }}.*
Expand Down
Loading