Skip to content

Commit 6e0d302

Browse files
committed
chore: Update GitHub Actions artifact upload to v4
1 parent 2d55ca8 commit 6e0d302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-converage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: always()
8080

8181
- name: Upload artifacts
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: node-build
8585
path: ~/artifacts
@@ -111,7 +111,7 @@ jobs:
111111
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
112112

113113
- name: Store test results
114-
uses: actions/upload-artifact@v3
114+
uses: actions/upload-artifact@v4
115115
with:
116116
name: test-results
117117
path: ./SecureEncoderFlask/junit.xml

0 commit comments

Comments
 (0)