Skip to content

Commit db593b7

Browse files
🛠️ Bump actions/upload-artifact from 1 to 3 (#665)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Jahr <[email protected]>
1 parent 51a42b0 commit db593b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: tar cvzf artifact.tar.gz --directory=build/html .
8080

8181
- name: Upload HTML Artifact
82-
uses: actions/upload-artifact@v1
82+
uses: actions/upload-artifact@v3
8383
with:
8484
name: '${{ matrix.branch }}_html_artifacts'
8585
path: artifact.tar.gz

0 commit comments

Comments
 (0)