Skip to content

Commit 2c78129

Browse files
chore(deps): update actions/upload-artifact action to v6 (#3)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57fb215 commit 2c78129

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cp -L result/bin/pdf-sign "dist/pdf-sign-${{ runner.os }}-$(uname -m)"
5353
5454
- name: Upload artifact
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v6
5656
with:
5757
name: pdf-sign-${{ matrix.name }}
5858
path: dist/*

0 commit comments

Comments
 (0)